From 92c3b8bc49ac4a5ba1621ad8a3eefcbfce44250b Mon Sep 17 00:00:00 2001 From: sanchaymittal Date: Thu, 12 Oct 2023 15:55:41 +0700 Subject: [PATCH] chore: graphclient update --- .../adapters/subgraph/.graphclient/index.ts | 174026 +++++++-------- .../subgraph/.graphclient/schema.graphql | 76892 ++++--- .../introspectionSchema.ts | 500 - .../Connext_ArbitrumOne/schema.graphql | 34 - .../sources/Connext_ArbitrumOne/types.ts | 38 +- .../Connext_Mainnet/introspectionSchema.ts | 500 - .../sources/Connext_Mainnet/schema.graphql | 34 - .../sources/Connext_Mainnet/types.ts | 38 +- .../Connext_Xdai/introspectionSchema.ts | 8656 +- .../sources/Connext_Xdai/schema.graphql | 438 +- .../sources/Connext_Xdai/types.ts | 441 +- 11 files changed, 126648 insertions(+), 134949 deletions(-) diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index 3f8253d8f2..8e7a94f832 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,74 +18,74 @@ 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 { ConnextLocal1338Types } from './sources/Connext_Local1338/types'; +import type { ConnextLocal1337Types } from './sources/Connext_Local1337/types'; +import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; +import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; -import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; -import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; -import type { StableSwapArbitrumGoerliTypes } from './sources/StableSwap_ArbitrumGoerli/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; +import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; -import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; -import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { StableSwapArbitrumGoerliTypes } from './sources/StableSwap_ArbitrumGoerli/types'; import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; +import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; +import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; +import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; +import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; +import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { ConnextStagingArbitrumGoerliTypes } from './sources/Connext_Staging_ArbitrumGoerli/types'; import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; +import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; +import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; +import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; -import type { ConnextStagingArbitrumGoerliTypes } from './sources/Connext_Staging_ArbitrumGoerli/types'; import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; +import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; -import type { ConnextLocal1337Types } from './sources/Connext_Local1337/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; -import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; -import type { ConnextLocal1338Types } from './sources/Connext_Local1338/types'; -import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; -import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; -import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; -import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; -import * as importedModule$0 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$1 from "./sources/Connext_Test_Goerli/introspectionSchema"; -import * as importedModule$2 from "./sources/Hub_Staging_Goerli/introspectionSchema"; -import * as importedModule$3 from "./sources/Connext_Local1338/introspectionSchema"; -import * as importedModule$4 from "./sources/Hub_Goerli/introspectionSchema"; -import * as importedModule$5 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Mumbai/introspectionSchema"; -import * as importedModule$7 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$8 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; -import * as importedModule$9 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$11 from "./sources/StableSwap_Bnb/introspectionSchema"; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/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/Connext_Test_Goerli/introspectionSchema"; +import * as importedModule$3 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; +import * as importedModule$4 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$5 from "./sources/Connext_Local1338/introspectionSchema"; +import * as importedModule$6 from "./sources/Connext_Local1337/introspectionSchema"; +import * as importedModule$7 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; +import * as importedModule$8 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; +import * as importedModule$9 from "./sources/StableSwap_Mumbai/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$11 from "./sources/StableSwap_Optimism/introspectionSchema"; import * as importedModule$12 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$13 from "./sources/StableSwap_Goerli/introspectionSchema"; -import * as importedModule$14 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$16 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; -import * as importedModule$17 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$18 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Staging_Goerli/introspectionSchema"; -import * as importedModule$20 from "./sources/Connext_Goerli/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_OptimismGoerli/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$24 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; -import * as importedModule$25 from "./sources/Connext_Mumbai/introspectionSchema"; -import * as importedModule$26 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$27 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$28 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_Local1337/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$31 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_ArbitrumOne/introspectionSchema"; +import * as importedModule$13 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; +import * as importedModule$14 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_Goerli/introspectionSchema"; +import * as importedModule$16 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$17 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$18 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$19 from "./sources/Connext_Mainnet/introspectionSchema"; +import * as importedModule$20 from "./sources/StableSwap_Polygon/introspectionSchema"; +import * as importedModule$21 from "./sources/Connext_ArbitrumOne/introspectionSchema"; +import * as importedModule$22 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$23 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$24 from "./sources/Connext_OptimismGoerli/introspectionSchema"; +import * as importedModule$25 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$26 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_Goerli/introspectionSchema"; +import * as importedModule$29 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$31 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_Mumbai/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -102,103 +102,127 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - mainnet_BigDecimal: 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; + testoptimismgoerli_BigDecimal: any; + testoptimismgoerli_Bytes: any; + testoptimismgoerli_Int8: any; staginggoerli_BigDecimal: any; staginggoerli_Bytes: any; staginggoerli_Int8: any; local1338_BigDecimal: any; local1338_Bytes: any; local1338_Int8: any; - goerli_BigDecimal: any; - goerli_Bytes: any; - goerli_Int8: any; - testoptimismgoerli_BigDecimal: any; - testoptimismgoerli_Bytes: any; - testoptimismgoerli_Int8: any; + local1337_BigDecimal: any; + local1337_Bytes: any; + local1337_Int8: any; + staginggoerli_swap_BigDecimal: any; + staginggoerli_swap_Bytes: any; + staginggoerli_swap_Int8: any; + stagingmumbai_swap_BigDecimal: any; + stagingmumbai_swap_Bytes: any; + stagingmumbai_swap_Int8: any; mumbai_swap_BigDecimal: any; mumbai_swap_Bytes: any; mumbai_swap_Int8: any; - stagingarbitrumgoerli_swap_BigDecimal: any; - stagingarbitrumgoerli_swap_Bytes: any; - stagingarbitrumgoerli_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; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; + optimism_swap_BigDecimal: any; + optimism_swap_Bytes: any; + optimism_swap_Int8: any; stagingoptimismgoerli_swap_BigDecimal: any; stagingoptimismgoerli_swap_Bytes: any; stagingoptimismgoerli_swap_Int8: any; + optimismgoerli_swap_BigDecimal: any; + optimismgoerli_swap_Bytes: any; + optimismgoerli_swap_Int8: any; + arbitrumone_swap_BigDecimal: any; + arbitrumone_swap_Bytes: any; + arbitrumone_swap_Int8: any; goerli_swap_BigDecimal: any; goerli_swap_Bytes: any; goerli_swap_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; + xdai_BigDecimal: any; + xdai_Bytes: any; + xdai_Int8: any; + stagingarbitrumgoerli_swap_BigDecimal: any; + stagingarbitrumgoerli_swap_Bytes: any; + stagingarbitrumgoerli_swap_Int8: any; polygon_swap_BigDecimal: any; polygon_swap_Bytes: any; polygon_swap_Int8: any; - arbitrumone_swap_BigDecimal: any; - arbitrumone_swap_Bytes: any; - arbitrumone_swap_Int8: any; - staginggoerli_swap_BigDecimal: any; - staginggoerli_swap_Bytes: any; - staginggoerli_swap_Int8: any; - arbitrumgoerli_BigDecimal: any; - arbitrumgoerli_Bytes: any; - arbitrumgoerli_Int8: any; + arbitrumone_BigDecimal: any; + arbitrumone_Bytes: any; + arbitrumone_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: 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; + arbitrumgoerli_BigDecimal: any; + arbitrumgoerli_Bytes: any; + arbitrumgoerli_Int8: any; stagingarbitrumgoerli_BigDecimal: any; stagingarbitrumgoerli_Bytes: any; stagingarbitrumgoerli_Int8: any; + polygon_BigDecimal: any; + polygon_Bytes: any; + polygon_Int8: any; + stagingoptimismgoerli_BigDecimal: any; + stagingoptimismgoerli_Bytes: any; + stagingoptimismgoerli_Int8: any; + bnb_BigDecimal: any; + bnb_Bytes: any; + bnb_Int8: any; stagingmumbai_BigDecimal: any; stagingmumbai_Bytes: any; stagingmumbai_Int8: any; mumbai_BigDecimal: any; mumbai_Bytes: any; mumbai_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - optimism_swap_BigDecimal: any; - optimism_swap_Bytes: any; - optimism_swap_Int8: any; - stagingmumbai_swap_BigDecimal: any; - stagingmumbai_swap_Bytes: any; - stagingmumbai_swap_Int8: any; - local1337_BigDecimal: any; - local1337_Bytes: any; - local1337_Int8: any; - xdai_BigDecimal: any; - xdai_Bytes: any; - xdai_Int8: any; - polygon_BigDecimal: any; - polygon_Bytes: any; - polygon_Int8: any; - arbitrumone_BigDecimal: any; - arbitrumone_Bytes: any; - arbitrumone_Int8: any; }; export type Query = { + goerli_rootAggregated?: Maybe; + goerli_rootAggregateds: Array; + goerli_rootPropagated?: Maybe; + goerli_rootPropagateds: Array; + goerli_aggregatedMessageRoot?: Maybe; + goerli_aggregatedMessageRoots: Array; + goerli_rootManagerMeta?: Maybe; + goerli_rootManagerMetas: Array; + goerli_polygonConnectorMeta?: Maybe; + goerli_polygonConnectorMetas: Array; + goerli_optimismConnectorMeta?: Maybe; + goerli_optimismConnectorMetas: Array; + goerli_bnbConnectorMeta?: Maybe; + goerli_bnbConnectorMetas: Array; + goerli_arbitrumConnectorMeta?: Maybe; + goerli_arbitrumConnectorMetas: Array; + goerli_gnosisConnectorMeta?: Maybe; + goerli_gnosisConnectorMetas: Array; + goerli_zkSyncConnectorMeta?: Maybe; + goerli_zkSyncConnectorMetas: Array; + goerli_rootMessageProcessed?: Maybe; + goerli_rootMessageProcesseds: Array; + /** Access to subgraph metadata */ + goerli__meta?: Maybe; mainnet_rootAggregated?: Maybe; mainnet_rootAggregateds: Array; mainnet_rootPropagated?: Maybe; @@ -243,6 +267,26 @@ export type Query = { testgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ testgoerli__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_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -295,50 +339,94 @@ export type Query = { local1338_destinationTransfers: Array; /** Access to subgraph metadata */ local1338__meta?: Maybe; - goerli_rootAggregated?: Maybe; - goerli_rootAggregateds: Array; - goerli_rootPropagated?: Maybe; - goerli_rootPropagateds: Array; - goerli_aggregatedMessageRoot?: Maybe; - goerli_aggregatedMessageRoots: Array; - goerli_rootManagerMeta?: Maybe; - goerli_rootManagerMetas: Array; - goerli_polygonConnectorMeta?: Maybe; - goerli_polygonConnectorMetas: Array; - goerli_optimismConnectorMeta?: Maybe; - goerli_optimismConnectorMetas: Array; - goerli_bnbConnectorMeta?: Maybe; - goerli_bnbConnectorMetas: Array; - goerli_arbitrumConnectorMeta?: Maybe; - goerli_arbitrumConnectorMetas: Array; - goerli_gnosisConnectorMeta?: Maybe; - goerli_gnosisConnectorMetas: Array; - goerli_zkSyncConnectorMeta?: Maybe; - goerli_zkSyncConnectorMetas: Array; - goerli_rootMessageProcessed?: Maybe; - goerli_rootMessageProcesseds: Array; + local1337_asset?: Maybe; + local1337_assets: Array; + local1337_assetBalance?: Maybe; + local1337_assetBalances: Array; + local1337_router?: Maybe; + local1337_routers: Array; + local1337_setting?: Maybe; + local1337_settings: Array; + local1337_relayer?: Maybe; + local1337_relayers: Array; + local1337_stableSwap?: Maybe; + local1337_stableSwaps: Array; + local1337_sponsorVault?: Maybe; + local1337_sponsorVaults: Array; + local1337_originTransfer?: Maybe; + local1337_originTransfers: Array; + local1337_destinationTransfer?: Maybe; + local1337_destinationTransfers: Array; /** Access to subgraph metadata */ - goerli__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; + local1337__meta?: Maybe; + staginggoerli_swap_systemInfo?: Maybe; + staginggoerli_swap_systemInfos: Array; + staginggoerli_swap_pooledToken?: Maybe; + staginggoerli_swap_pooledTokens: Array; + staginggoerli_swap_stableSwap?: Maybe; + staginggoerli_swap_stableSwaps: Array; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapAddLiquidityEvents: Array; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; + staginggoerli_swap_stableSwapExchange?: Maybe; + staginggoerli_swap_stableSwapExchanges: Array; + staginggoerli_swap_swapDailyVolume?: Maybe; + staginggoerli_swap_swapDailyVolumes: Array; + staginggoerli_swap_swapHourlyVolume?: Maybe; + staginggoerli_swap_swapHourlyVolumes: Array; + staginggoerli_swap_swapWeeklyVolume?: Maybe; + staginggoerli_swap_swapWeeklyVolumes: Array; + staginggoerli_swap_lpAccount?: Maybe; + staginggoerli_swap_lpAccounts: Array; + staginggoerli_swap_lpAccountBalance?: Maybe; + staginggoerli_swap_lpAccountBalances: Array; + staginggoerli_swap_lpToken?: Maybe; + staginggoerli_swap_lpTokens: Array; + staginggoerli_swap_lpTransferEvent?: Maybe; + staginggoerli_swap_lpTransferEvents: Array; + staginggoerli_swap_stableSwapEvent?: Maybe; + staginggoerli_swap_stableSwapEvents: Array; + staginggoerli_swap_swapTradeVolume?: Maybe; + staginggoerli_swap_swapTradeVolumes: Array; + staginggoerli_swap_lpTokenEvent?: Maybe; + staginggoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; + 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; mumbai_swap_systemInfo?: Maybe; mumbai_swap_systemInfos: Array; mumbai_swap_pooledToken?: Maybe; @@ -373,74 +461,6 @@ export type Query = { mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ mumbai_swap__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; - /** Access to subgraph metadata */ - stagingarbitrumgoerli_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; @@ -475,74 +495,40 @@ export type Query = { arbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ arbitrumgoerli_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; - 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; + 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 */ - bnb_swap__meta?: Maybe; + optimism_swap__meta?: Maybe; stagingoptimismgoerli_swap_systemInfo?: Maybe; stagingoptimismgoerli_swap_systemInfos: Array; stagingoptimismgoerli_swap_pooledToken?: Maybe; @@ -577,24 +563,92 @@ export type Query = { stagingoptimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingoptimismgoerli_swap__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; + 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; + 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; + 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; @@ -611,6 +665,144 @@ export type Query = { goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ goerli_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; + 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_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: 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; + 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 */ + stagingarbitrumgoerli_swap__meta?: Maybe; + mainnet_asset?: Maybe; + mainnet_assets: Array; + mainnet_assetStatus?: Maybe; + mainnet_assetStatuses: Array; + mainnet_assetBalance?: Maybe; + mainnet_assetBalances: Array; + mainnet_router?: Maybe; + mainnet_routers: Array; + mainnet_routerDailyTVL?: Maybe; + mainnet_routerDailyTVLs: Array; + mainnet_setting?: Maybe; + mainnet_settings: Array; + mainnet_relayer?: Maybe; + mainnet_relayers: Array; + mainnet_sequencer?: Maybe; + mainnet_sequencers: Array; + mainnet_relayerFee?: Maybe; + mainnet_relayerFees: Array; + mainnet_originTransfer?: Maybe; + mainnet_originTransfers: Array; + mainnet_destinationTransfer?: Maybe; + mainnet_destinationTransfers: Array; + mainnet_originMessage?: Maybe; + mainnet_originMessages: Array; + mainnet_aggregateRoot?: Maybe; + mainnet_aggregateRoots: Array; + mainnet_connectorMeta?: Maybe; + mainnet_connectorMetas: Array; + mainnet_rootCount?: Maybe; + mainnet_rootCounts: Array; + mainnet_rootMessageSent?: Maybe; + mainnet_rootMessageSents: Array; + mainnet_relayerFeesIncrease?: Maybe; + mainnet_relayerFeesIncreases: Array; + mainnet_slippageUpdate?: Maybe; + mainnet_slippageUpdates: Array; polygon_swap_systemInfo?: Maybe; polygon_swap_systemInfos: Array; polygon_swap_pooledToken?: Maybe; @@ -645,112 +837,78 @@ export type Query = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_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; - staginggoerli_swap_systemInfo?: Maybe; - staginggoerli_swap_systemInfos: Array; - staginggoerli_swap_pooledToken?: Maybe; - staginggoerli_swap_pooledTokens: Array; - staginggoerli_swap_stableSwap?: Maybe; - staginggoerli_swap_stableSwaps: Array; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapAddLiquidityEvents: Array; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; - staginggoerli_swap_stableSwapExchange?: Maybe; - staginggoerli_swap_stableSwapExchanges: Array; - staginggoerli_swap_swapDailyVolume?: Maybe; - staginggoerli_swap_swapDailyVolumes: Array; - staginggoerli_swap_swapHourlyVolume?: Maybe; - staginggoerli_swap_swapHourlyVolumes: Array; - staginggoerli_swap_swapWeeklyVolume?: Maybe; - staginggoerli_swap_swapWeeklyVolumes: Array; - staginggoerli_swap_lpAccount?: Maybe; - staginggoerli_swap_lpAccounts: Array; - staginggoerli_swap_lpAccountBalance?: Maybe; - staginggoerli_swap_lpAccountBalances: Array; - staginggoerli_swap_lpToken?: Maybe; - staginggoerli_swap_lpTokens: Array; - staginggoerli_swap_lpTransferEvent?: Maybe; - staginggoerli_swap_lpTransferEvents: Array; - staginggoerli_swap_stableSwapEvent?: Maybe; - staginggoerli_swap_stableSwapEvents: Array; - staginggoerli_swap_swapTradeVolume?: Maybe; - staginggoerli_swap_swapTradeVolumes: Array; - staginggoerli_swap_lpTokenEvent?: Maybe; - staginggoerli_swap_lpTokenEvents: Array; + arbitrumone_asset?: Maybe; + arbitrumone_assets: Array; + arbitrumone_assetStatus?: Maybe; + arbitrumone_assetStatuses: Array; + arbitrumone_assetBalance?: Maybe; + arbitrumone_assetBalances: Array; + arbitrumone_router?: Maybe; + arbitrumone_routers: Array; + arbitrumone_routerDailyTVL?: Maybe; + arbitrumone_routerDailyTVLs: Array; + arbitrumone_setting?: Maybe; + arbitrumone_settings: Array; + arbitrumone_relayer?: Maybe; + arbitrumone_relayers: Array; + arbitrumone_sequencer?: Maybe; + arbitrumone_sequencers: Array; + arbitrumone_relayerFee?: Maybe; + arbitrumone_relayerFees: Array; + arbitrumone_originTransfer?: Maybe; + arbitrumone_originTransfers: Array; + arbitrumone_destinationTransfer?: Maybe; + arbitrumone_destinationTransfers: Array; + arbitrumone_originMessage?: Maybe; + arbitrumone_originMessages: Array; + arbitrumone_aggregateRoot?: Maybe; + arbitrumone_aggregateRoots: Array; + arbitrumone_connectorMeta?: Maybe; + arbitrumone_connectorMetas: Array; + arbitrumone_rootCount?: Maybe; + arbitrumone_rootCounts: Array; + arbitrumone_rootMessageSent?: Maybe; + arbitrumone_rootMessageSents: Array; + arbitrumone_relayerFeesIncrease?: Maybe; + arbitrumone_relayerFeesIncreases: Array; + arbitrumone_slippageUpdate?: Maybe; + arbitrumone_slippageUpdates: Array; /** Access to subgraph metadata */ - staginggoerli_swap__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_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; + arbitrumone__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 */ - arbitrumgoerli__meta?: Maybe; + xdai_swap__meta?: Maybe; optimism_asset?: Maybe; optimism_assets: Array; optimism_assetStatus?: Maybe; @@ -789,80 +947,6 @@ export type Query = { 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; - 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_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; @@ -901,46 +985,44 @@ 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; - /** Access to subgraph metadata */ - stagingoptimismgoerli__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_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; stagingarbitrumgoerli_asset?: Maybe; stagingarbitrumgoerli_assets: Array; stagingarbitrumgoerli_assetStatus?: Maybe; @@ -981,6 +1063,196 @@ export type Query = { stagingarbitrumgoerli_snapshotRoots: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli__meta?: Maybe; + 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_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; + 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_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; + 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; + 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; + /** Access to subgraph metadata */ + stagingoptimismgoerli__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_setting?: Maybe; + bnb_settings: Array; + bnb_relayer?: Maybe; + bnb_relayers: Array; + bnb_sequencer?: Maybe; + bnb_sequencers: Array; + bnb_relayerFee?: Maybe; + bnb_relayerFees: Array; + bnb_originTransfer?: Maybe; + bnb_originTransfers: Array; + bnb_destinationTransfer?: Maybe; + bnb_destinationTransfers: Array; + bnb_originMessage?: Maybe; + bnb_originMessages: Array; + bnb_aggregateRoot?: Maybe; + bnb_aggregateRoots: Array; + bnb_connectorMeta?: Maybe; + bnb_connectorMetas: Array; + bnb_rootCount?: Maybe; + bnb_rootCounts: Array; + bnb_rootMessageSent?: Maybe; + bnb_rootMessageSents: Array; + bnb_relayerFeesIncrease?: Maybe; + bnb_relayerFeesIncreases: Array; + bnb_slippageUpdate?: Maybe; + bnb_slippageUpdates: Array; + /** Access to subgraph metadata */ + bnb__meta?: Maybe; stagingmumbai_asset?: Maybe; stagingmumbai_assets: Array; stagingmumbai_assetStatus?: Maybe; @@ -1059,301 +1331,228 @@ export type Query = { mumbai_slippageUpdates: Array; /** Access to subgraph metadata */ mumbai__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_setting?: Maybe; - bnb_settings: Array; - bnb_relayer?: Maybe; - bnb_relayers: Array; - bnb_sequencer?: Maybe; - bnb_sequencers: Array; - bnb_relayerFee?: Maybe; - bnb_relayerFees: Array; - bnb_originTransfer?: Maybe; - bnb_originTransfers: Array; - bnb_destinationTransfer?: Maybe; - bnb_destinationTransfers: Array; - bnb_originMessage?: Maybe; - bnb_originMessages: Array; - bnb_aggregateRoot?: Maybe; - bnb_aggregateRoots: Array; - bnb_connectorMeta?: Maybe; - bnb_connectorMetas: Array; - bnb_rootCount?: Maybe; - bnb_rootCounts: Array; - bnb_rootMessageSent?: Maybe; - bnb_rootMessageSents: Array; - bnb_relayerFeesIncrease?: Maybe; - bnb_relayerFeesIncreases: Array; - bnb_slippageUpdate?: Maybe; - bnb_slippageUpdates: Array; - /** Access to subgraph metadata */ - bnb__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; - 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; - local1337_asset?: Maybe; - local1337_assets: Array; - local1337_assetBalance?: Maybe; - local1337_assetBalances: Array; - local1337_router?: Maybe; - local1337_routers: Array; - local1337_setting?: Maybe; - local1337_settings: Array; - local1337_relayer?: Maybe; - local1337_relayers: Array; - local1337_stableSwap?: Maybe; - local1337_stableSwaps: Array; - local1337_sponsorVault?: Maybe; - local1337_sponsorVaults: Array; - local1337_originTransfer?: Maybe; - local1337_originTransfers: Array; - local1337_destinationTransfer?: Maybe; - local1337_destinationTransfers: Array; - /** Access to subgraph metadata */ - local1337__meta?: Maybe; - mainnet_asset?: Maybe; - mainnet_assets: Array; - mainnet_assetStatus?: Maybe; - mainnet_assetStatuses: Array; - mainnet_assetBalance?: Maybe; - mainnet_assetBalances: Array; - mainnet_router?: Maybe; - mainnet_routers: Array; - mainnet_routerDailyTVL?: Maybe; - mainnet_routerDailyTVLs: Array; - mainnet_setting?: Maybe; - mainnet_settings: Array; - mainnet_relayer?: Maybe; - mainnet_relayers: Array; - mainnet_sequencer?: Maybe; - mainnet_sequencers: Array; - mainnet_relayerFee?: Maybe; - mainnet_relayerFees: Array; - mainnet_originTransfer?: Maybe; - mainnet_originTransfers: Array; - mainnet_destinationTransfer?: Maybe; - mainnet_destinationTransfers: Array; - mainnet_originMessage?: Maybe; - mainnet_originMessages: Array; - mainnet_aggregateRoot?: Maybe; - mainnet_aggregateRoots: Array; - mainnet_connectorMeta?: Maybe; - mainnet_connectorMetas: Array; - mainnet_rootCount?: Maybe; - mainnet_rootCounts: Array; - mainnet_rootMessageSent?: Maybe; - mainnet_rootMessageSents: Array; - mainnet_relayerFeesIncrease?: Maybe; - mainnet_relayerFeesIncreases: Array; - mainnet_slippageUpdate?: Maybe; - mainnet_slippageUpdates: Array; - 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_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; - 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_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; - arbitrumone_assetStatuses: Array; - arbitrumone_assetBalance?: Maybe; - arbitrumone_assetBalances: Array; - arbitrumone_router?: Maybe; - arbitrumone_routers: Array; - arbitrumone_routerDailyTVL?: Maybe; - arbitrumone_routerDailyTVLs: Array; - arbitrumone_setting?: Maybe; - arbitrumone_settings: Array; - arbitrumone_relayer?: Maybe; - arbitrumone_relayers: Array; - arbitrumone_sequencer?: Maybe; - arbitrumone_sequencers: Array; - arbitrumone_relayerFee?: Maybe; - arbitrumone_relayerFees: Array; - arbitrumone_originTransfer?: Maybe; - arbitrumone_originTransfers: Array; - arbitrumone_destinationTransfer?: Maybe; - arbitrumone_destinationTransfers: Array; - arbitrumone_originMessage?: Maybe; - arbitrumone_originMessages: Array; - arbitrumone_aggregateRoot?: Maybe; - arbitrumone_aggregateRoots: Array; - arbitrumone_connectorMeta?: Maybe; - arbitrumone_connectorMetas: Array; - arbitrumone_rootCount?: Maybe; - arbitrumone_rootCounts: Array; - arbitrumone_rootMessageSent?: Maybe; - arbitrumone_rootMessageSents: Array; - arbitrumone_relayerFeesIncrease?: Maybe; - arbitrumone_relayerFeesIncreases: Array; - arbitrumone_slippageUpdate?: Maybe; - arbitrumone_slippageUpdates: Array; - /** Access to subgraph metadata */ - arbitrumone__meta?: Maybe; }; -export type Querymainnet_rootAggregatedArgs = { +export type Querygoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +export type Querygoerli_rootAggregatedsArgs = { 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 Querygoerli_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; export type Querymainnet_rootPropagatedArgs = { @@ -1708,6 +1907,173 @@ export type Querytestgoerli__metaArgs = { }; +export type Querytestoptimismgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_assetsArgs = { + skip?: InputMaybe; + first?: 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 Querystaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -2150,2424 +2516,2514 @@ export type Querylocal1338__metaArgs = { }; -export type Querygoerli_rootAggregatedArgs = { +export type Querylocal1337_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootAggregatedsArgs = { +export type Querylocal1337_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_rootPropagatedArgs = { +export type Querylocal1337_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedsArgs = { +export type Querylocal1337_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_aggregatedMessageRootArgs = { +export type Querylocal1337_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootsArgs = { +export type Querylocal1337_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_rootManagerMetaArgs = { +export type Querylocal1337_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetasArgs = { +export type Querylocal1337_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_polygonConnectorMetaArgs = { +export type Querylocal1337_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_polygonConnectorMetasArgs = { +export type Querylocal1337_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_optimismConnectorMetaArgs = { +export type Querylocal1337_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimismConnectorMetasArgs = { +export type Querylocal1337_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_bnbConnectorMetaArgs = { +export type Querylocal1337_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_bnbConnectorMetasArgs = { +export type Querylocal1337_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 Querygoerli_arbitrumConnectorMetaArgs = { +export type Querylocal1337_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_arbitrumConnectorMetasArgs = { +export type Querylocal1337_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_gnosisConnectorMetaArgs = { +export type Querylocal1337_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_gnosisConnectorMetasArgs = { +export type Querylocal1337_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_zkSyncConnectorMetaArgs = { +export type Querylocal1337__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_zkSyncConnectorMetasArgs = { +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 Querygoerli_rootMessageProcessedArgs = { +export type Querystaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageProcessedsArgs = { +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 Querygoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querytestoptimismgoerli_assetArgs = { +export type Querystaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetsArgs = { +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 Querytestoptimismgoerli_assetBalanceArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalancesArgs = { +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 Querytestoptimismgoerli_routerArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routersArgs = { +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 Querytestoptimismgoerli_settingArgs = { +export type Querystaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingsArgs = { +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 Querytestoptimismgoerli_relayerArgs = { +export type Querystaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayersArgs = { +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 Querytestoptimismgoerli_stableSwapArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapsArgs = { +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 Querytestoptimismgoerli_sponsorVaultArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultsArgs = { +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 Querytestoptimismgoerli_originTransferArgs = { +export type Querystaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransfersArgs = { +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 Querytestoptimismgoerli_destinationTransferArgs = { +export type Querystaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransfersArgs = { +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 Querytestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_swap_systemInfoArgs = { +export type Querystaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_systemInfosArgs = { +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_pooledTokenArgs = { +export type Querystaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokensArgs = { +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_stableSwapArgs = { +export type Querystaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapsArgs = { +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_stableSwapAddLiquidityEventArgs = { +export type Querystaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { +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_stableSwapRemoveLiquidityEventArgs = { +export type Querystaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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_stableSwapExchangeArgs = { +export type Querystaginggoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangesArgs = { +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 Querymumbai_swap_swapDailyVolumeArgs = { +export type Querystagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumesArgs = { +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 Querymumbai_swap_swapHourlyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumesArgs = { +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 Querymumbai_swap_swapWeeklyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumesArgs = { +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 Querymumbai_swap_lpAccountArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountsArgs = { +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 Querymumbai_swap_lpAccountBalanceArgs = { +export type Querystagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalancesArgs = { +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 Querymumbai_swap_lpTokenArgs = { +export type Querystagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokensArgs = { +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 Querymumbai_swap_lpTransferEventArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventsArgs = { +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 Querymumbai_swap_stableSwapEventArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventsArgs = { +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 Querymumbai_swap_swapTradeVolumeArgs = { +export type Querystagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumesArgs = { +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 Querymumbai_swap_lpTokenEventArgs = { +export type Querystagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventsArgs = { +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 Querymumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { +export type Querystagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_systemInfosArgs = { +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 Querystagingarbitrumgoerli_swap_pooledTokenArgs = { +export type Querystagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_pooledTokensArgs = { +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 Querystagingarbitrumgoerli_swap_stableSwapArgs = { +export type Querystagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapsArgs = { +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 Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Querystagingmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapExchangesArgs = { +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 Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Querymumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapDailyVolumesArgs = { +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 Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Querymumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { +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 Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +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 Querystagingarbitrumgoerli_swap_lpAccountArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountsArgs = { +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 Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Querymumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountBalancesArgs = { +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 Querystagingarbitrumgoerli_swap_lpTokenArgs = { +export type Querymumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokensArgs = { +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 Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { +export type Querymumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTransferEventsArgs = { +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 Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { +export type Querymumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapEventsArgs = { +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 Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Querymumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapTradeVolumesArgs = { +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 Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { +export type Querymumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenEventsArgs = { +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 Querystagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimismgoerli_swap_systemInfoArgs = { +export type Querymumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_systemInfosArgs = { +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 Queryoptimismgoerli_swap_pooledTokenArgs = { +export type Querymumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_pooledTokensArgs = { +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 Queryoptimismgoerli_swap_stableSwapArgs = { +export type Querymumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapsArgs = { +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 Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querymumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Querymumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapExchangesArgs = { +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 Queryoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Queryarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapDailyVolumesArgs = { +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 Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapHourlyVolumesArgs = { +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 Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapWeeklyVolumesArgs = { +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 Queryoptimismgoerli_swap_lpAccountArgs = { +export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountsArgs = { +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 Queryoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountBalancesArgs = { +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 Queryoptimismgoerli_swap_lpTokenArgs = { +export type Queryarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokensArgs = { +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 Queryoptimismgoerli_swap_lpTransferEventArgs = { +export type Queryarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTransferEventsArgs = { +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 Queryoptimismgoerli_swap_stableSwapEventArgs = { +export type Queryarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapEventsArgs = { +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 Queryoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Queryarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapTradeVolumesArgs = { +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 Queryoptimismgoerli_swap_lpTokenEventArgs = { +export type Queryarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenEventsArgs = { +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 Queryoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumgoerli_swap_systemInfoArgs = { +export type Queryarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_systemInfosArgs = { +export type Queryarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokenArgs = { +export type Queryarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokensArgs = { +export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapArgs = { +export type Queryarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapsArgs = { +export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; +export type Queryarbitrumgoerli_swap__metaArgs = { block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Queryoptimism_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_swapDailyVolumeArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Queryoptimism_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_swapHourlyVolumeArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Queryoptimism_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_swapWeeklyVolumeArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Queryoptimism_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_lpAccountArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountsArgs = { +export type Queryoptimism_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_lpAccountBalanceArgs = { +export type Queryoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Queryoptimism_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_lpTokenArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokensArgs = { +export type Queryoptimism_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_lpTransferEventArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Queryoptimism_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_stableSwapEventArgs = { +export type Queryoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Queryoptimism_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_swapTradeVolumeArgs = { +export type Queryoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Queryoptimism_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_lpTokenEventArgs = { +export type Queryoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Queryoptimism_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_swap_systemInfoArgs = { +export type Queryoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_systemInfosArgs = { +export type Queryoptimism_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 Queryxdai_swap_pooledTokenArgs = { +export type Queryoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokensArgs = { +export type Queryoptimism_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 Queryxdai_swap_stableSwapArgs = { +export type Queryoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapsArgs = { +export type Queryoptimism_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 Queryxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimism_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 Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimism_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 Queryxdai_swap_stableSwapExchangeArgs = { +export type Queryoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangesArgs = { +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 Queryxdai_swap_swapDailyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumesArgs = { +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 Queryxdai_swap_swapHourlyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumesArgs = { +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 Queryxdai_swap_swapWeeklyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumesArgs = { +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 Queryxdai_swap_lpAccountArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountsArgs = { +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 Queryxdai_swap_lpAccountBalanceArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalancesArgs = { +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 Queryxdai_swap_lpTokenArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokensArgs = { +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 Queryxdai_swap_lpTransferEventArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventsArgs = { +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 Queryxdai_swap_stableSwapEventArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventsArgs = { +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 Queryxdai_swap_swapTradeVolumeArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumesArgs = { +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 Queryxdai_swap_lpTokenEventArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventsArgs = { +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 Queryxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +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 Querybnb_swap_pooledTokenArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +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 Querybnb_swap_stableSwapArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +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 Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapExchangeArgs = { +export type Querystagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +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 Querybnb_swap_swapDailyVolumeArgs = { +export type Queryoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Queryoptimismgoerli_swap_pooledTokensArgs = { 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 Querybnb_swap_swapHourlyVolumeArgs = { +export type Queryoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Queryoptimismgoerli_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_swapWeeklyVolumeArgs = { +export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Queryoptimismgoerli_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_lpAccountArgs = { +export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Queryoptimismgoerli_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_lpAccountBalanceArgs = { +export type Queryoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Queryoptimismgoerli_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_lpTokenArgs = { +export type Queryoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +export type Queryoptimismgoerli_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_lpTransferEventArgs = { +export type Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +export type Queryoptimismgoerli_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_stableSwapEventArgs = { +export type Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +export type Queryoptimismgoerli_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_swapTradeVolumeArgs = { +export type Queryoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +export type Queryoptimismgoerli_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_lpTokenEventArgs = { +export type Queryoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +export type Queryoptimismgoerli_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__metaArgs = { - block?: InputMaybe; +export type Queryoptimismgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_systemInfoArgs = { +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; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_systemInfosArgs = { +export type Queryoptimismgoerli_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_pooledTokenArgs = { +export type Queryoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { +export type Queryoptimismgoerli_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_stableSwapArgs = { +export type Queryoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { +export type Queryoptimismgoerli_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_stableSwapAddLiquidityEventArgs = { +export type Queryoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimismgoerli_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_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { +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 Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +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 Querystagingoptimismgoerli_swap_lpAccountArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { +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 Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { +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 Querystagingoptimismgoerli_swap_lpTokenArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokensArgs = { +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 Querystagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { +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 Querystagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { +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 Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { +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 Querystagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { +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 Querystagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumone_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; }; @@ -4864,2209 +5320,2453 @@ export type Querygoerli_swap__metaArgs = { }; -export type Querypolygon_swap_systemInfoArgs = { +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_systemInfosArgs = { +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 Querypolygon_swap_pooledTokenArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokensArgs = { +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 Querypolygon_swap_stableSwapArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapsArgs = { +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 Querypolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapExchangeArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangesArgs = { +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 Querypolygon_swap_swapDailyVolumeArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumesArgs = { +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 Querypolygon_swap_swapHourlyVolumeArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumesArgs = { +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 Querypolygon_swap_swapWeeklyVolumeArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumesArgs = { +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 Querypolygon_swap_lpAccountArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountsArgs = { +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 Querypolygon_swap_lpAccountBalanceArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalancesArgs = { +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 Querypolygon_swap_lpTokenArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_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 Querypolygon_swap_lpTransferEventArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_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 Querypolygon_swap_stableSwapEventArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_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 Querypolygon_swap_swapTradeVolumeArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_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 Querypolygon_swap_lpTokenEventArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_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 Querypolygon_swap__metaArgs = { - block?: InputMaybe; +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumone_swap_systemInfoArgs = { +export type Queryxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +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 Queryarbitrumone_swap_pooledTokenArgs = { +export type Queryxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +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 Queryarbitrumone_swap_stableSwapArgs = { +export type Queryxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +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 Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Queryxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +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 Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Queryxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +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 Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Queryxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +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 Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Queryxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +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 Queryarbitrumone_swap_lpAccountArgs = { +export type Queryxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +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 Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Queryxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +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 Queryarbitrumone_swap_lpTokenArgs = { +export type Queryxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +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 Queryarbitrumone_swap_lpTransferEventArgs = { +export type Queryxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +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 Queryarbitrumone_swap_stableSwapEventArgs = { +export type Queryxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +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 Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Queryxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +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 Queryarbitrumone_swap_lpTokenEventArgs = { +export type Queryxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +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 Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; +export type Queryxdai__metaArgs = { + block?: InputMaybe; }; -export type Querystaginggoerli_swap_systemInfoArgs = { +export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_pooledTokenArgs = { +export type Querystagingarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_stableSwapArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_stableSwapExchangeArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_swapDailyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_swapHourlyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_lpAccountArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_lpAccountBalanceArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_lpTokenArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_lpTransferEventArgs = { +export type Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_stableSwapEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_swapTradeVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap_lpTokenEventArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_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 Querystaginggoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumgoerli_assetArgs = { +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetsArgs = { +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 Queryarbitrumgoerli_assetStatusArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetStatusesArgs = { +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 Queryarbitrumgoerli_assetBalanceArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetBalancesArgs = { +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 Queryarbitrumgoerli_routerArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routersArgs = { +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 Queryarbitrumgoerli_routerDailyTVLArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerDailyTVLsArgs = { +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 Queryarbitrumgoerli_settingArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_settingsArgs = { +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 Queryarbitrumgoerli_relayerArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayersArgs = { +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 Queryarbitrumgoerli_sequencerArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_sequencersArgs = { +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 Queryarbitrumgoerli_relayerFeeArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesArgs = { +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 Queryarbitrumgoerli_originTransferArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originTransfersArgs = { +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 Queryarbitrumgoerli_destinationTransferArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_destinationTransfersArgs = { +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 Queryarbitrumgoerli_originMessageArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originMessagesArgs = { +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 Queryarbitrumgoerli_aggregateRootArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_aggregateRootsArgs = { +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 Queryarbitrumgoerli_connectorMetaArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_connectorMetasArgs = { +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 Queryarbitrumgoerli_rootCountArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootCountsArgs = { +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 Queryarbitrumgoerli_rootMessageSentArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootMessageSentsArgs = { +export type Querymainnet_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_relayerFeesIncreaseArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Querymainnet_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_slippageUpdateArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_slippageUpdatesArgs = { +export type Querymainnet_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_assetArgs = { +export type Querypolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +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 Queryoptimism_assetStatusArgs = { +export type Querypolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +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 Queryoptimism_assetBalanceArgs = { +export type Querypolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +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 Queryoptimism_routerArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +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 Queryoptimism_routerDailyTVLArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +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 Queryoptimism_settingArgs = { +export type Querypolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +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 Queryoptimism_relayerArgs = { +export type Querypolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +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 Queryoptimism_sequencerArgs = { +export type Querypolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +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 Queryoptimism_relayerFeeArgs = { +export type Querypolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +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 Queryoptimism_originTransferArgs = { +export type Querypolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +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 Queryoptimism_destinationTransferArgs = { +export type Querypolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +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 Queryoptimism_originMessageArgs = { +export type Querypolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +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 Queryoptimism_aggregateRootArgs = { +export type Querypolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +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 Queryoptimism_connectorMetaArgs = { +export type Querypolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +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 Queryoptimism_rootCountArgs = { +export type Querypolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +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 Queryoptimism_rootMessageSentArgs = { +export type Querypolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +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 Queryoptimism_relayerFeesIncreaseArgs = { +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +export type Queryarbitrumone_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_slippageUpdateArgs = { +export type Queryarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +export type Queryarbitrumone_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_assetArgs = { +export type Queryarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetsArgs = { +export type Queryarbitrumone_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_assetStatusArgs = { +export type Queryarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusesArgs = { +export type Queryarbitrumone_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_assetBalanceArgs = { +export type Queryarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalancesArgs = { +export type Queryarbitrumone_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_routerArgs = { +export type Queryarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routersArgs = { +export type Queryarbitrumone_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_routerDailyTVLArgs = { +export type Queryarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLsArgs = { +export type Queryarbitrumone_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_settingArgs = { +export type Queryarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingsArgs = { +export type Queryarbitrumone_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_relayerArgs = { +export type Queryarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayersArgs = { +export type Queryarbitrumone_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_sequencerArgs = { +export type Queryarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencersArgs = { +export type Queryarbitrumone_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_relayerFeeArgs = { +export type Queryarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesArgs = { +export type Queryarbitrumone_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_originTransferArgs = { +export type Queryarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransfersArgs = { +export type Queryarbitrumone_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_destinationTransferArgs = { +export type Queryarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransfersArgs = { +export type Queryarbitrumone_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_originMessageArgs = { +export type Queryarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessagesArgs = { +export type Queryarbitrumone_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_aggregateRootArgs = { +export type Queryarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootsArgs = { +export type Queryarbitrumone_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_connectorMetaArgs = { +export type Queryarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetasArgs = { +export type Queryarbitrumone_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_rootCountArgs = { +export type Queryarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountsArgs = { +export type Queryarbitrumone_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_rootMessageSentArgs = { +export type Queryarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentsArgs = { +export type Queryarbitrumone_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_relayerFeesIncreaseArgs = { +export type Queryarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreasesArgs = { +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 Querystaginggoerli_slippageUpdateArgs = { +export type Queryxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdatesArgs = { +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 Querystaginggoerli_snapshotRootArgs = { +export type Queryxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootsArgs = { +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 Querygoerli_assetArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetsArgs = { +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 Querygoerli_assetStatusArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusesArgs = { +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 Querygoerli_assetBalanceArgs = { +export type Queryxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalancesArgs = { +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 Querygoerli_routerArgs = { +export type Queryxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routersArgs = { +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 Querygoerli_routerDailyTVLArgs = { +export type Queryxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLsArgs = { +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 Querygoerli_settingArgs = { +export type Queryxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingsArgs = { +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 Querygoerli_relayerArgs = { +export type Queryxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayersArgs = { +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 Querygoerli_sequencerArgs = { +export type Queryxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencersArgs = { +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 Querygoerli_relayerFeeArgs = { +export type Queryxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesArgs = { +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 Querygoerli_originTransferArgs = { +export type Queryxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransfersArgs = { +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 Querygoerli_destinationTransferArgs = { +export type Queryxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransfersArgs = { +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 Querygoerli_originMessageArgs = { +export type Queryxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessagesArgs = { +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 Querygoerli_aggregateRootArgs = { +export type Queryxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootsArgs = { +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 Querygoerli_connectorMetaArgs = { +export type Queryxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_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 Querygoerli_rootCountArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_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 Querygoerli_rootMessageSentArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_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 Querygoerli_relayerFeesIncreaseArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_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 Querygoerli_slippageUpdateArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_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 Queryoptimism_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + export type Queryoptimismgoerli_assetArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -7396,350 +8096,332 @@ export type Queryoptimismgoerli__metaArgs = { }; -export type Querystagingoptimismgoerli_assetArgs = { +export type Queryarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetsArgs = { +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 Querystagingoptimismgoerli_assetStatusArgs = { +export type Queryarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetStatusesArgs = { +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 Querystagingoptimismgoerli_assetBalanceArgs = { +export type Queryarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetBalancesArgs = { +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 Querystagingoptimismgoerli_routerArgs = { +export type Queryarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routersArgs = { +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 Querystagingoptimismgoerli_routerDailyTVLArgs = { +export type Queryarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { +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 Querystagingoptimismgoerli_settingArgs = { +export type Queryarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingsArgs = { +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 Querystagingoptimismgoerli_relayerArgs = { +export type Queryarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayersArgs = { +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 Querystagingoptimismgoerli_sequencerArgs = { +export type Queryarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_sequencersArgs = { +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 Querystagingoptimismgoerli_relayerFeeArgs = { +export type Queryarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesArgs = { +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 Querystagingoptimismgoerli_originTransferArgs = { +export type Queryarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originTransfersArgs = { +export type Queryarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Querystagingoptimismgoerli_originMessageArgs = { +export type Queryarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originMessagesArgs = { +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 Querystagingoptimismgoerli_aggregateRootArgs = { +export type Queryarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootsArgs = { +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 Querystagingoptimismgoerli_connectorMetaArgs = { +export type Queryarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_connectorMetasArgs = { +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 Querystagingoptimismgoerli_rootCountArgs = { +export type Queryarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootCountsArgs = { +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 Querystagingoptimismgoerli_rootMessageSentArgs = { +export type Queryarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentsArgs = { +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 Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Queryarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { +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 Querystagingoptimismgoerli_slippageUpdateArgs = { +export type Queryarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdatesArgs = { +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 Querystagingoptimismgoerli_snapshotRootArgs = { +export type Queryarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootsArgs = { +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 Querystagingoptimismgoerli__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumgoerli__metaArgs = { + block?: InputMaybe; }; @@ -8090,79995 +8772,77640 @@ export type Querystagingarbitrumgoerli__metaArgs = { }; -export type Querystagingmumbai_assetArgs = { +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_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 Querystagingmumbai_assetStatusArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_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 Querystagingmumbai_assetBalanceArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_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 Querystagingmumbai_routerArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_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 Querystagingmumbai_routerDailyTVLArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_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 Querystagingmumbai_settingArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingsArgs = { +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 Querystagingmumbai_relayerArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayersArgs = { +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 Querystagingmumbai_sequencerArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencersArgs = { +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 Querystagingmumbai_relayerFeeArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesArgs = { +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 Querystagingmumbai_originTransferArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransfersArgs = { +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 Querystagingmumbai_destinationTransferArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransfersArgs = { +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 Querystagingmumbai_originMessageArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessagesArgs = { +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 Querystagingmumbai_aggregateRootArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootsArgs = { +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 Querystagingmumbai_connectorMetaArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetasArgs = { +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 Querystagingmumbai_rootCountArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountsArgs = { +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 Querystagingmumbai_rootMessageSentArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentsArgs = { +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 Querystagingmumbai_relayerFeesIncreaseArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreasesArgs = { +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 Querystagingmumbai_slippageUpdateArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdatesArgs = { +export type Querypolygon_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_snapshotRootArgs = { +export type Querypolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootsArgs = { +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 Querystagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_assetArgs = { +export type Querygoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetsArgs = { +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 Querymumbai_assetStatusArgs = { +export type Querygoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusesArgs = { +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 Querymumbai_assetBalanceArgs = { +export type Querygoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalancesArgs = { +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 Querymumbai_routerArgs = { +export type Querygoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routersArgs = { +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 Querymumbai_routerDailyTVLArgs = { +export type Querygoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLsArgs = { +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 Querymumbai_settingArgs = { +export type Querygoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingsArgs = { +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 Querymumbai_relayerArgs = { +export type Querygoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayersArgs = { +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 Querymumbai_sequencerArgs = { +export type Querygoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencersArgs = { +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 Querymumbai_relayerFeeArgs = { +export type Querygoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesArgs = { +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 Querymumbai_originTransferArgs = { +export type Querygoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransfersArgs = { +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 Querymumbai_destinationTransferArgs = { +export type Querygoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransfersArgs = { +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 Querymumbai_originMessageArgs = { +export type Querygoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessagesArgs = { +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 Querymumbai_aggregateRootArgs = { +export type Querygoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootsArgs = { +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 Querymumbai_connectorMetaArgs = { +export type Querygoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetasArgs = { +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 Querymumbai_rootCountArgs = { +export type Querygoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountsArgs = { +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 Querymumbai_rootMessageSentArgs = { +export type Querygoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentsArgs = { +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 Querymumbai_relayerFeesIncreaseArgs = { +export type Querygoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreasesArgs = { +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 Querymumbai_slippageUpdateArgs = { +export type Querystaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdatesArgs = { +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 Querymumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_assetArgs = { +export type Querystaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +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 Querybnb_assetStatusArgs = { +export type Querystaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +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 Querybnb_assetBalanceArgs = { +export type Querystaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +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 Querybnb_routerArgs = { +export type Querystaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +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 Querybnb_routerDailyTVLArgs = { +export type Querystaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +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 Querybnb_settingArgs = { +export type Querystaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +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 Querybnb_relayerArgs = { +export type Querystaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +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 Querybnb_sequencerArgs = { +export type Querystaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +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 Querybnb_relayerFeeArgs = { +export type Querystaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +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 Querybnb_originTransferArgs = { +export type Querystaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +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 Querybnb_destinationTransferArgs = { +export type Querystaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +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 Querybnb_originMessageArgs = { +export type Querystaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +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 Querybnb_aggregateRootArgs = { +export type Querystaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +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 Querybnb_connectorMetaArgs = { +export type Querystaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +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 Querybnb_rootCountArgs = { +export type Querystaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +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 Querybnb_rootMessageSentArgs = { +export type Querystaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +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 Querybnb_relayerFeesIncreaseArgs = { +export type Querystaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +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 Querybnb_slippageUpdateArgs = { +export type Querystaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +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 Querybnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_swap_systemInfoArgs = { +export type Querystagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfosArgs = { +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 Queryoptimism_swap_pooledTokenArgs = { +export type Querystagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokensArgs = { +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 Queryoptimism_swap_stableSwapArgs = { +export type Querystagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapsArgs = { +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 Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryoptimism_swap_stableSwapExchangeArgs = { +export type Querystagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangesArgs = { +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 Queryoptimism_swap_swapDailyVolumeArgs = { +export type Querystagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumesArgs = { +export type Querystagingoptimismgoerli_relayersArgs = { 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 Queryoptimism_swap_swapHourlyVolumeArgs = { +export type Querystagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumesArgs = { +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 Queryoptimism_swap_swapWeeklyVolumeArgs = { +export type Querystagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumesArgs = { +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 Queryoptimism_swap_lpAccountArgs = { +export type Querystagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountsArgs = { +export type Querystagingoptimismgoerli_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_swap_lpAccountBalanceArgs = { +export type Querystagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalancesArgs = { +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 Queryoptimism_swap_lpTokenArgs = { +export type Querystagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokensArgs = { +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 Queryoptimism_swap_lpTransferEventArgs = { +export type Querystagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventsArgs = { +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 Queryoptimism_swap_stableSwapEventArgs = { +export type Querystagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventsArgs = { +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 Queryoptimism_swap_swapTradeVolumeArgs = { +export type Querystagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumesArgs = { +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 Queryoptimism_swap_lpTokenEventArgs = { +export type Querystagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventsArgs = { +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 Queryoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmumbai_swap_systemInfoArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_systemInfosArgs = { +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 Querystagingmumbai_swap_pooledTokenArgs = { +export type Querystagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_pooledTokensArgs = { +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 Querystagingmumbai_swap_stableSwapArgs = { +export type Querystagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapsArgs = { +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 Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapExchangeArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapExchangesArgs = { +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 Querystagingmumbai_swap_swapDailyVolumeArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapDailyVolumesArgs = { +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 Querystagingmumbai_swap_swapHourlyVolumeArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { +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 Querystagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { +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 Querystagingmumbai_swap_lpAccountArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountsArgs = { +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 Querystagingmumbai_swap_lpAccountBalanceArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountBalancesArgs = { +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 Querystagingmumbai_swap_lpTokenArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokensArgs = { +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 Querystagingmumbai_swap_lpTransferEventArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTransferEventsArgs = { +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 Querystagingmumbai_swap_stableSwapEventArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapEventsArgs = { +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 Querystagingmumbai_swap_swapTradeVolumeArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapTradeVolumesArgs = { +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 Querystagingmumbai_swap_lpTokenEventArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenEventsArgs = { +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 Querystagingmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocal1337_assetArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_assetsArgs = { +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 Querylocal1337_assetBalanceArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_assetBalancesArgs = { +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 Querylocal1337_routerArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_routersArgs = { +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 Querylocal1337_settingArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_settingsArgs = { +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 Querylocal1337_relayerArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_relayersArgs = { +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 Querylocal1337_stableSwapArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_stableSwapsArgs = { +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 Querylocal1337_sponsorVaultArgs = { +export type Querystagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_sponsorVaultsArgs = { +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 Querylocal1337_originTransferArgs = { +export type Querystagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_originTransfersArgs = { +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 Querylocal1337_destinationTransferArgs = { +export type Querystagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocal1337_destinationTransfersArgs = { +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 Querylocal1337__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_assetArgs = { +export type Querystagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_assetBalancesArgs = { +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 Querymainnet_routerArgs = { +export type Querystagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +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 Querymainnet_routerDailyTVLArgs = { +export type Querystagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +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 Querymainnet_settingArgs = { +export type Querystagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +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 Querymainnet_relayerArgs = { +export type Querystagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +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 Querymainnet_sequencerArgs = { +export type Querystagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +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 Querymainnet_relayerFeeArgs = { +export type Querystagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +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 Querymainnet_originTransferArgs = { +export type Querystagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +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 Querymainnet_destinationTransferArgs = { +export type Querystagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +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 Querymainnet_originMessageArgs = { +export type Querystagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +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 Querymainnet_aggregateRootArgs = { +export type Querystagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +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 Querymainnet_connectorMetaArgs = { +export type Querystagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +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 Querymainnet_rootCountArgs = { +export type Querystagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +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 Querymainnet_rootMessageSentArgs = { +export type Querystagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +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 Querymainnet_relayerFeesIncreaseArgs = { +export type Querystagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +export type Querystagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Querystagingmumbai__metaArgs = { + block?: InputMaybe; }; -export type Queryxdai_assetArgs = { +export type Querymumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +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 Queryxdai_assetStatusArgs = { +export type Querymumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusesArgs = { +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 Queryxdai_assetBalanceArgs = { +export type Querymumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +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 Queryxdai_routerArgs = { +export type Querymumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +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 Queryxdai_routerDailyTVLArgs = { +export type Querymumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLsArgs = { +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 Queryxdai_settingArgs = { +export type Querymumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingsArgs = { +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 Queryxdai_relayerArgs = { +export type Querymumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayersArgs = { +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 Queryxdai_sequencerArgs = { +export type Querymumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencersArgs = { +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 Queryxdai_relayerFeeArgs = { +export type Querymumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesArgs = { +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 Queryxdai_originTransferArgs = { +export type Querymumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransfersArgs = { +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 Queryxdai_destinationTransferArgs = { +export type Querymumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransfersArgs = { +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 Queryxdai_originMessageArgs = { +export type Querymumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessagesArgs = { +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 Queryxdai_aggregateRootArgs = { +export type Querymumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootsArgs = { +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 Queryxdai_connectorMetaArgs = { +export type Querymumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetasArgs = { +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 Queryxdai_rootCountArgs = { +export type Querymumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountsArgs = { +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 Queryxdai_rootMessageSentArgs = { +export type Querymumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentsArgs = { +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 Queryxdai_relayerFeesIncreaseArgs = { +export type Querymumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreasesArgs = { +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 Queryxdai_slippageUpdateArgs = { +export type Querymumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_slippageUpdatesArgs = { +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 Queryxdai__metaArgs = { - block?: InputMaybe; +export type Querymumbai__metaArgs = { + block?: InputMaybe; }; - -export type Querypolygon_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Queryarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone__metaArgs = { - block?: InputMaybe; -}; - -export type Subscription = { - mainnet_rootAggregated?: Maybe; - mainnet_rootAggregateds: Array; - mainnet_rootPropagated?: Maybe; - mainnet_rootPropagateds: Array; - mainnet_aggregatedMessageRoot?: Maybe; - mainnet_aggregatedMessageRoots: Array; - mainnet_rootManagerMeta?: Maybe; - mainnet_rootManagerMetas: Array; - mainnet_polygonConnectorMeta?: Maybe; - mainnet_polygonConnectorMetas: Array; - mainnet_optimismConnectorMeta?: Maybe; - mainnet_optimismConnectorMetas: Array; - mainnet_bnbConnectorMeta?: Maybe; - mainnet_bnbConnectorMetas: Array; - mainnet_arbitrumConnectorMeta?: Maybe; - mainnet_arbitrumConnectorMetas: Array; - mainnet_gnosisConnectorMeta?: Maybe; - mainnet_gnosisConnectorMetas: Array; - mainnet_zkSyncConnectorMeta?: Maybe; - mainnet_zkSyncConnectorMetas: Array; - mainnet_rootMessageProcessed?: Maybe; - 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; - 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_optimisticRootFinalized?: Maybe; - staginggoerli_optimisticRootFinalizeds: 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; - /** Access to subgraph metadata */ - staginggoerli__meta?: Maybe; - local1338_asset?: Maybe; - local1338_assets: Array; - local1338_assetBalance?: Maybe; - local1338_assetBalances: Array; - local1338_router?: Maybe; - local1338_routers: Array; - local1338_setting?: Maybe; - local1338_settings: Array; - local1338_relayer?: Maybe; - local1338_relayers: Array; - local1338_stableSwap?: Maybe; - local1338_stableSwaps: Array; - local1338_sponsorVault?: Maybe; - local1338_sponsorVaults: Array; - local1338_originTransfer?: Maybe; - local1338_originTransfers: Array; - local1338_destinationTransfer?: Maybe; - local1338_destinationTransfers: Array; - /** Access to subgraph metadata */ - local1338__meta?: Maybe; - goerli_rootAggregated?: Maybe; - goerli_rootAggregateds: Array; - goerli_rootPropagated?: Maybe; - goerli_rootPropagateds: Array; - goerli_aggregatedMessageRoot?: Maybe; - goerli_aggregatedMessageRoots: Array; - goerli_rootManagerMeta?: Maybe; - goerli_rootManagerMetas: Array; - goerli_polygonConnectorMeta?: Maybe; - goerli_polygonConnectorMetas: Array; - goerli_optimismConnectorMeta?: Maybe; - goerli_optimismConnectorMetas: Array; - goerli_bnbConnectorMeta?: Maybe; - goerli_bnbConnectorMetas: Array; - goerli_arbitrumConnectorMeta?: Maybe; - goerli_arbitrumConnectorMetas: Array; - goerli_gnosisConnectorMeta?: Maybe; - goerli_gnosisConnectorMetas: Array; - goerli_zkSyncConnectorMeta?: Maybe; - goerli_zkSyncConnectorMetas: Array; - goerli_rootMessageProcessed?: Maybe; - goerli_rootMessageProcesseds: Array; - /** Access to subgraph metadata */ - goerli__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; - 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; - 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 */ - stagingarbitrumgoerli_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; - 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; - 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; - 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; - 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; - polygon_swap_systemInfo?: Maybe; - polygon_swap_systemInfos: Array; - polygon_swap_pooledToken?: Maybe; - polygon_swap_pooledTokens: Array; - polygon_swap_stableSwap?: Maybe; - polygon_swap_stableSwaps: Array; - polygon_swap_stableSwapAddLiquidityEvent?: Maybe; - polygon_swap_stableSwapAddLiquidityEvents: Array; - polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygon_swap_stableSwapRemoveLiquidityEvents: Array; - polygon_swap_stableSwapExchange?: Maybe; - polygon_swap_stableSwapExchanges: Array; - polygon_swap_swapDailyVolume?: Maybe; - polygon_swap_swapDailyVolumes: Array; - polygon_swap_swapHourlyVolume?: Maybe; - polygon_swap_swapHourlyVolumes: Array; - polygon_swap_swapWeeklyVolume?: Maybe; - polygon_swap_swapWeeklyVolumes: Array; - polygon_swap_lpAccount?: Maybe; - polygon_swap_lpAccounts: Array; - polygon_swap_lpAccountBalance?: Maybe; - polygon_swap_lpAccountBalances: Array; - polygon_swap_lpToken?: Maybe; - polygon_swap_lpTokens: Array; - polygon_swap_lpTransferEvent?: Maybe; - polygon_swap_lpTransferEvents: Array; - polygon_swap_stableSwapEvent?: Maybe; - polygon_swap_stableSwapEvents: Array; - polygon_swap_swapTradeVolume?: Maybe; - polygon_swap_swapTradeVolumes: Array; - polygon_swap_lpTokenEvent?: Maybe; - polygon_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - polygon_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; - staginggoerli_swap_systemInfo?: Maybe; - staginggoerli_swap_systemInfos: Array; - staginggoerli_swap_pooledToken?: Maybe; - staginggoerli_swap_pooledTokens: Array; - staginggoerli_swap_stableSwap?: Maybe; - staginggoerli_swap_stableSwaps: Array; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapAddLiquidityEvents: Array; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; - staginggoerli_swap_stableSwapExchange?: Maybe; - staginggoerli_swap_stableSwapExchanges: Array; - staginggoerli_swap_swapDailyVolume?: Maybe; - staginggoerli_swap_swapDailyVolumes: Array; - staginggoerli_swap_swapHourlyVolume?: Maybe; - staginggoerli_swap_swapHourlyVolumes: Array; - staginggoerli_swap_swapWeeklyVolume?: Maybe; - staginggoerli_swap_swapWeeklyVolumes: Array; - staginggoerli_swap_lpAccount?: Maybe; - staginggoerli_swap_lpAccounts: Array; - staginggoerli_swap_lpAccountBalance?: Maybe; - staginggoerli_swap_lpAccountBalances: Array; - staginggoerli_swap_lpToken?: Maybe; - staginggoerli_swap_lpTokens: Array; - staginggoerli_swap_lpTransferEvent?: Maybe; - staginggoerli_swap_lpTransferEvents: Array; - staginggoerli_swap_stableSwapEvent?: Maybe; - staginggoerli_swap_stableSwapEvents: Array; - staginggoerli_swap_swapTradeVolume?: Maybe; - staginggoerli_swap_swapTradeVolumes: Array; - staginggoerli_swap_lpTokenEvent?: Maybe; - staginggoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - staginggoerli_swap__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_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; - 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; - /** 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; - 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_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_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; - 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; - /** 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; - /** 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; - /** Access to subgraph metadata */ - stagingmumbai__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_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; - 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_setting?: Maybe; - bnb_settings: Array; - bnb_relayer?: Maybe; - bnb_relayers: Array; - bnb_sequencer?: Maybe; - bnb_sequencers: Array; - bnb_relayerFee?: Maybe; - bnb_relayerFees: Array; - bnb_originTransfer?: Maybe; - bnb_originTransfers: Array; - bnb_destinationTransfer?: Maybe; - bnb_destinationTransfers: Array; - bnb_originMessage?: Maybe; - bnb_originMessages: Array; - bnb_aggregateRoot?: Maybe; - bnb_aggregateRoots: Array; - bnb_connectorMeta?: Maybe; - bnb_connectorMetas: Array; - bnb_rootCount?: Maybe; - bnb_rootCounts: Array; - bnb_rootMessageSent?: Maybe; - bnb_rootMessageSents: Array; - bnb_relayerFeesIncrease?: Maybe; - bnb_relayerFeesIncreases: Array; - bnb_slippageUpdate?: Maybe; - bnb_slippageUpdates: Array; - /** Access to subgraph metadata */ - bnb__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; - 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; - local1337_asset?: Maybe; - local1337_assets: Array; - local1337_assetBalance?: Maybe; - local1337_assetBalances: Array; - local1337_router?: Maybe; - local1337_routers: Array; - local1337_setting?: Maybe; - local1337_settings: Array; - local1337_relayer?: Maybe; - local1337_relayers: Array; - local1337_stableSwap?: Maybe; - local1337_stableSwaps: Array; - local1337_sponsorVault?: Maybe; - local1337_sponsorVaults: Array; - local1337_originTransfer?: Maybe; - local1337_originTransfers: Array; - local1337_destinationTransfer?: Maybe; - local1337_destinationTransfers: Array; - /** Access to subgraph metadata */ - local1337__meta?: Maybe; - mainnet_asset?: Maybe; - mainnet_assets: Array; - mainnet_assetStatus?: Maybe; - mainnet_assetStatuses: Array; - mainnet_assetBalance?: Maybe; - mainnet_assetBalances: Array; - mainnet_router?: Maybe; - mainnet_routers: Array; - mainnet_routerDailyTVL?: Maybe; - mainnet_routerDailyTVLs: Array; - mainnet_setting?: Maybe; - mainnet_settings: Array; - mainnet_relayer?: Maybe; - mainnet_relayers: Array; - mainnet_sequencer?: Maybe; - mainnet_sequencers: Array; - mainnet_relayerFee?: Maybe; - mainnet_relayerFees: Array; - mainnet_originTransfer?: Maybe; - mainnet_originTransfers: Array; - mainnet_destinationTransfer?: Maybe; - mainnet_destinationTransfers: Array; - mainnet_originMessage?: Maybe; - mainnet_originMessages: Array; - mainnet_aggregateRoot?: Maybe; - mainnet_aggregateRoots: Array; - mainnet_connectorMeta?: Maybe; - mainnet_connectorMetas: Array; - mainnet_rootCount?: Maybe; - mainnet_rootCounts: Array; - mainnet_rootMessageSent?: Maybe; - mainnet_rootMessageSents: Array; - mainnet_relayerFeesIncrease?: Maybe; - mainnet_relayerFeesIncreases: Array; - mainnet_slippageUpdate?: Maybe; - mainnet_slippageUpdates: Array; - 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_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; - 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_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; - arbitrumone_assetStatuses: Array; - arbitrumone_assetBalance?: Maybe; - arbitrumone_assetBalances: Array; - arbitrumone_router?: Maybe; - arbitrumone_routers: Array; - arbitrumone_routerDailyTVL?: Maybe; - arbitrumone_routerDailyTVLs: Array; - arbitrumone_setting?: Maybe; - arbitrumone_settings: Array; - arbitrumone_relayer?: Maybe; - arbitrumone_relayers: Array; - arbitrumone_sequencer?: Maybe; - arbitrumone_sequencers: Array; - arbitrumone_relayerFee?: Maybe; - arbitrumone_relayerFees: Array; - arbitrumone_originTransfer?: Maybe; - arbitrumone_originTransfers: Array; - arbitrumone_destinationTransfer?: Maybe; - arbitrumone_destinationTransfers: Array; - arbitrumone_originMessage?: Maybe; - arbitrumone_originMessages: Array; - arbitrumone_aggregateRoot?: Maybe; - arbitrumone_aggregateRoots: Array; - arbitrumone_connectorMeta?: Maybe; - arbitrumone_connectorMetas: Array; - arbitrumone_rootCount?: Maybe; - arbitrumone_rootCounts: Array; - arbitrumone_rootMessageSent?: Maybe; - arbitrumone_rootMessageSents: Array; - arbitrumone_relayerFeesIncrease?: Maybe; - arbitrumone_relayerFeesIncreases: Array; - arbitrumone_slippageUpdate?: Maybe; - arbitrumone_slippageUpdates: Array; - /** Access to subgraph metadata */ - arbitrumone__meta?: Maybe; -}; - - -export type Subscriptionmainnet_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimismConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimismConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_gnosisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootMessageProcessedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiontestgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootManagerMetaArgs = { - id: Scalars['ID']; - 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_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { - 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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocal1338_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1338__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 = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_arbitrumConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_gnosisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_gnosisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_zkSyncConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_zkSyncConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootMessageProcessedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli__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 Subscriptionmumbai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -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 Subscriptionxdai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { - 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 Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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; -}; - - -export type Subscriptionstaginggoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: 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 = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimismgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_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; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocal1337_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocal1337__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_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_; -}; - - -export type Subscriptionxdai_assetArgs = { - id: Scalars['ID']; - 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 = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_rootMessageSentArgs = { - 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 Subscriptionpolygon_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone__metaArgs = { - block?: InputMaybe; -}; - -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>; - /** 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']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_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 mainnet_ArbitrumConnectorMeta_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; -}; - -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; - 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_BnbConnectorMeta_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']; -}; - -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 mainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -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 mainnet_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 mainnet_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -/** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = - | 'asc' - | 'desc'; - -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 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; - /** 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; - 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 _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'; - -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 = { - 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>; - 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>>; -}; - -export type 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'; - -export type testgoerli_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; - 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>>; -}; - -export type testgoerli_Asset_orderBy = - | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; - -export type testgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type testgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -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 = { - 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>; - 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>>; -}; - -export type testgoerli_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'; - -/** Defines the order direction, either ascending or descending */ -export type testgoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type testgoerli_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 testgoerli_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>; - 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>>; -}; - -export type testgoerli_OriginTransfer_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'; - -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; - 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 testgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type testgoerli_Router = { - 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; -}; - -export type testgoerli_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 testgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -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; - 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 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; - /** 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 staginggoerli_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - domain?: 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; - 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 staginggoerli_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain'; - -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; - 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_ArbitrumConnectorMeta_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']; -}; - -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 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 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_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'; - -export type staginggoerli_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; -}; - -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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp'; - -export type staginggoerli_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; -}; - -export type staginggoerli_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; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_OptimisticRootPropagated_orderBy = - | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp'; - -export type staginggoerli_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_OptimisticRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_OptimisticRootProposed_orderBy = - | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot'; - -/** Defines the order direction, either ascending or descending */ -export type staginggoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type staginggoerli_PolygonConnectorMeta = { - 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; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type staginggoerli_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 staginggoerli_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type staginggoerli_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; -}; - -export type staginggoerli_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 staginggoerli_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count'; - -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; - 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_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -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 local1338_Asset = { - id: Scalars['ID']; - key?: Maybe; - local: Scalars['local1338_Bytes']; - adoptedAsset: Scalars['local1338_Bytes']; - canonicalId: Scalars['local1338_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type local1338_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - router: local1338_Router; - asset: local1338_Asset; -}; - -export type local1338_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>; - 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>>; -}; - -export type local1338_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'; - -export type local1338_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; - 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>>; -}; - -export type local1338_Asset_orderBy = - | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; - -export type local1338_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type local1338_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type local1338_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 local1338_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type local1338_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>; - 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>>; -}; - -export type local1338_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'; - -/** Defines the order direction, either ascending or descending */ -export type local1338_OrderDirection = - | 'asc' - | 'desc'; - -export type local1338_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 local1338_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>; - 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>>; -}; - -export type local1338_OriginTransfer_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'; - -export type local1338_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type local1338_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 local1338_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type local1338_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type local1338_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type local1338_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 local1338_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type local1338_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['local1338_Bytes']; -}; - -export type local1338_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 local1338_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type local1338_SponsorVault = { - id: Scalars['ID']; - sponsorVault: Scalars['local1338_Bytes']; -}; - -export type local1338_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 local1338_SponsorVault_orderBy = - | 'id' - | 'sponsorVault'; - -export type local1338_StableSwap = { - id: Scalars['ID']; - canonicalId: Scalars['local1338_Bytes']; - domain?: Maybe; - swapPool: Scalars['local1338_Bytes']; -}; - -export type local1338_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 local1338_StableSwap_orderBy = - | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; - -export type local1338_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type local1338__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 local1338__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: local1338__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 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 goerli_AggregatedMessageRoot_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']; -}; - -export type goerli_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 goerli_ArbitrumConnectorMeta_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']; -}; - -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 = { - 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>>; -}; - -export type goerli_GnosisConnectorMeta_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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -/** 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['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_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 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; - 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_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type goerli_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; -}; - -export type goerli_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 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 testoptimismgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - local: Scalars['testoptimismgoerli_Bytes']; - adoptedAsset: Scalars['testoptimismgoerli_Bytes']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -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; - 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>; - 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>>; -}; - -export type 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'; - -export type testoptimismgoerli_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; - 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>>; -}; - -export type testoptimismgoerli_Asset_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; -}; - -export type testoptimismgoerli_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 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>; - 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>>; -}; - -export type 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'; - -/** 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; - 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>; - 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>>; -}; - -export type testoptimismgoerli_OriginTransfer_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'; - -export type testoptimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type testoptimismgoerli_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 testoptimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type testoptimismgoerli_Router = { - 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; -}; - -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 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; - /** 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 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; -}; - -export type mumbai_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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_LpAccount_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; -}; - -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; - 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; - 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_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -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 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; - 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; -}; - -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']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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>; - 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 mumbai_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'; - -export type mumbai_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_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 mumbai_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 mumbai_swap_StableSwapExchange = { - 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']; -}; - -export type mumbai_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 mumbai_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 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 = { - 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 mumbai_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 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 = { - 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 mumbai_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 mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; -}; - -export type mumbai_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 mumbai_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 mumbai_swap_SwapTradeVolume = { - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; -}; - -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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type 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'; - -export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; -}; - -export type mumbai_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 mumbai_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 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; - 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 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 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>; - 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_LpTokenEvent_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?: 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'; - -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' - | 'transaction' - | 'nonce'; - -/** 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']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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>; - 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 stagingarbitrumgoerli_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'; - -export type stagingarbitrumgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_StableSwapExchange = { - 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']; -}; - -export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 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; - 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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; -}; - -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 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 & { - 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>>; -}; - -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 stagingarbitrumgoerli_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 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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_SystemInfo_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 optimismgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimismgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimismgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - balances: Array; -}; - - -export type optimismgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: optimismgoerli_swap_LpAccount; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type optimismgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - stableSwap: optimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type optimismgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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; - 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 optimismgoerli_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpTransferEvent = optimismgoerli_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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type optimismgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['optimismgoerli_swap_Bytes']; -}; - -export type optimismgoerli_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 optimismgoerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type optimismgoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['optimismgoerli_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 optimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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'; - -export type optimismgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - buyer: Scalars['optimismgoerli_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['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapTradeVolume = { - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; -}; - -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type optimismgoerli_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 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 - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest 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 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; -}; - - -export type arbitrumgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: arbitrumgoerli_swap_LpAccount; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -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 arbitrumgoerli_swap_LpTokeneventsArgs = { - 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']; -}; - -export type arbitrumgoerli_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; - 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_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['arbitrumgoerli_swap_Bytes']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type arbitrumgoerli_swap_StableSwap = { - 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; -}; - - -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']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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'; - -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 = { - 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 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'; - -export type arbitrumgoerli_swap_StableSwapExchange = { - 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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - 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 arbitrumgoerli_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 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'; - -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 = { - 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_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 arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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 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'; - -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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpAccount_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; -}; - -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; - 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; - 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_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_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 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>; - 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 xdai_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 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; -}; - -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']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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>; - 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 xdai_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'; - -export type xdai_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_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 xdai_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 xdai_swap_StableSwapExchange = { - 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']; -}; - -export type xdai_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 xdai_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 xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { - 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']; -}; - -export type xdai_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 xdai_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 xdai_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 xdai_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 xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_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 xdai_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 xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_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 xdai_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 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']; - 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 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>; - 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_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>>; -}; - -export type 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'; - -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']; -}; - -export type bnb_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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_PooledToken_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; -}; - -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; - 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 bnb_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'; - -export type bnb_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_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 bnb_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 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 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>; - 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 bnb_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 bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { - 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']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_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 bnb_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 bnb_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 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 = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -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 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; - 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 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>>; -}; - -export type 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'; - -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']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingoptimismgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['stagingoptimismgoerli_swap_Bytes']; -}; - -export type stagingoptimismgoerli_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 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; - 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 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'; - -export type stagingoptimismgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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; - 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 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'; - -export type stagingoptimismgoerli_swap_StableSwapExchange = { - 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']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { - 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']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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 = { - 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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_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 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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -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 stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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; - 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 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>; - 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 goerli_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 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; -}; - -export type goerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_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; - 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_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type goerli_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 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; - 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_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'; - -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 = { - 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 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'; - -export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; -}; - -export type goerli_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 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'; - -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; - 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 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' - | 'timestamp' - | 'volume'; - -export type goerli_swap_SwapTradeVolume = { - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; -}; - -export type goerli_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 goerli_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 goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; -}; - -export type goerli_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 goerli_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 goerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type goerli_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 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 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>; - 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; - 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_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' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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 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; - 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 polygon_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 polygon_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type polygon_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; -}; - -export type polygon_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 polygon_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type polygon_swap_StableSwap = { - id: Scalars['ID']; - 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']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_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 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' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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; - 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 polygon_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 polygon_swap_StableSwapExchange = { - id: Scalars['ID']; - 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']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_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 polygon_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 polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { - id: Scalars['ID']; - 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 polygon_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 polygon_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 polygon_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 polygon_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 polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_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 polygon_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 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; - 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 polygon_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 polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_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 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' - | 'volume'; - -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_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 polygon_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 polygon_swap_SystemInfo = { - id: Scalars['ID']; - 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 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 = { - 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 arbitrumone_swap_LpAccount_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; -}; - -export type arbitrumone_swap_LpTokenEvent = { - id: Scalars['ID']; - 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 arbitrumone_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; - 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_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_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 arbitrumone_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 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; -}; - -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']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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>; - 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 arbitrumone_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'; - -export type arbitrumone_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_StableSwapExchange = { - 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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_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 arbitrumone_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 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 = { - 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 arbitrumone_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 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; - 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 arbitrumone_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 arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_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 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' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type arbitrumone_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 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 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; - 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 = { - 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; - 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_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>>; -}; - -export type 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'; - -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']; -}; - -export type staginggoerli_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 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; - /** 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>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: 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' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type staginggoerli_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 staginggoerli_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 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']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -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>; - 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 staginggoerli_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 staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { - 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']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type staginggoerli_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 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'; - -export type staginggoerli_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 staginggoerli_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 staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; -}; - -export type staginggoerli_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 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'; - -export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; -}; - -export type staginggoerli_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 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'; - -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'; - -export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; -}; - -export type staginggoerli_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 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'; - -export type staginggoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type staginggoerli_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 staginggoerli_swap_SystemInfo_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 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; - 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_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type arbitrumgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: 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']; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -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 arbitrumgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type arbitrumgoerli_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 arbitrumgoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | '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; -}; - -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; - 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 arbitrumgoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type arbitrumgoerli_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 arbitrumgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumgoerli_OrderDirection = - | 'asc' - | 'desc'; - -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 arbitrumgoerli_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 arbitrumgoerli_OriginMessage_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; -}; - - -export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumgoerli_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 arbitrumgoerli_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'; - -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' - | '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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumgoerli_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 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' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -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 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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_RootMessageSent_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; -}; - -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; - 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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type arbitrumgoerli_Setting = { - id: Scalars['ID']; - 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 arbitrumgoerli_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 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 optimism_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimism_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type optimism_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 optimism_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type optimism_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type optimism_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type optimism_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 optimism_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 optimism_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type optimism_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 optimism_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type optimism_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 optimism_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | '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; -}; - -export type optimism_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type optimism_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 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; -}; - - -export type optimism_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_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 optimism_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'; - -/** Defines the order direction, either ascending or descending */ -export type optimism_OrderDirection = - | 'asc' - | 'desc'; - -export type optimism_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type optimism_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 optimism_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type optimism_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 optimism_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_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 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__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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_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 optimism_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: optimism_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimism_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 optimism_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 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 = { - 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 optimism_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 optimism_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimism_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimism_RouterassetBalancesArgs = { - 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']; -}; - -export type optimism_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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'; - -export type optimism_Sequencer = { - 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>>; -}; - -export type optimism_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type optimism_SlippageUpdate = { - 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']; -}; - -export type optimism_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 optimism_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 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_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; - 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 staginggoerli_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 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'; - -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; - 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 staginggoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type staginggoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type staginggoerli_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 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; - 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 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_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type staginggoerli_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 staginggoerli_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type staginggoerli_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 staginggoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_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 staginggoerli_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'; - -export type staginggoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type staginggoerli_RelayerFee = { - id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_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 staginggoerli_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 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']; -}; - -export type staginggoerli_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 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>>; -}; - -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; - 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 staginggoerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type staginggoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type staginggoerli_RouterassetBalancesArgs = { - 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']; -}; - -export type staginggoerli_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 staginggoerli_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 staginggoerli_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 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>; - 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_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 staginggoerli_SnapshotRoot = { - 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>>; -}; - -export type staginggoerli_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type staginggoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type goerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['goerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type goerli_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_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type goerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: 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__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>; - 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' - | '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; - 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; -}; - -export type goerli_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 goerli_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 goerli_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type goerli_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 goerli_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type goerli_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 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; - 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 goerli_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'; - -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; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type goerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type goerli_RouterDailyTVL = { - id: Scalars['ID']; - router: goerli_Router; - asset: goerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type goerli_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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 goerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type goerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type goerli_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_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type goerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; -}; - -export type goerli_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_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type goerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: goerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type goerli_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_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_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; - 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; - asset?: InputMaybe; - asset_not?: 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 optimismgoerli_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 optimismgoerli_AssetStatus = { - id: Scalars['ID']; - status?: 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 optimismgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -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>; - 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' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimismgoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type optimismgoerli_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 optimismgoerli_ConnectorMeta_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; -}; - - -export type optimismgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_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 optimismgoerli_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'; - -/** Defines the order direction, either ascending or descending */ -export type optimismgoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type optimismgoerli_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type optimismgoerli_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 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; - asset?: InputMaybe; - asset_not?: 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 optimismgoerli_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'; - -export type optimismgoerli_Relayer = { - id: Scalars['ID']; - 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismgoerli_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 optimismgoerli_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 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 optimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type optimismgoerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -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; - 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 = { - 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 optimismgoerli_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 optimismgoerli_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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type optimismgoerli_Setting = { - 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>>; -}; - -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 optimismgoerli_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 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_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; - asset?: InputMaybe; - asset_not?: 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 stagingoptimismgoerli_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 stagingoptimismgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -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 stagingoptimismgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | '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'; - -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; - 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_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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'; - -/** 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; - 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_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type stagingoptimismgoerli_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_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_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_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'; - -export type stagingoptimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type stagingoptimismgoerli_RelayerFee = { - id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingoptimismgoerli_Bytes']; -}; - -export type stagingoptimismgoerli_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_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_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_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_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_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 stagingoptimismgoerli_RootCount = { - id: Scalars['ID']; - count?: 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>>; -}; - -export type stagingoptimismgoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type stagingoptimismgoerli_Router = { - 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; -}; - -export type stagingoptimismgoerli_RouterDailyTVL = { - id: Scalars['ID']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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'; - -export type stagingoptimismgoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; -}; - -export type stagingoptimismgoerli_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 stagingoptimismgoerli_Setting_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']; -}; - -export type stagingoptimismgoerli_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 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'; - -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_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 stagingarbitrumgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingarbitrumgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -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 = { - 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' - | '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'; - -export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingarbitrumgoerli_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 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'; - -/** 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; - 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 = { - 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 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'; - -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' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -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']; - 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; -}; - -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']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -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; - 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 stagingarbitrumgoerli_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 = { - 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 stagingarbitrumgoerli_Router_orderBy = - | 'id' - | '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; - 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 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; - 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_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 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_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 stagingmumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingmumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -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; - 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 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'; - -export type stagingmumbai_AssetStatus = { - 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>>; -}; - -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; - 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 stagingmumbai_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -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; -}; - -export type stagingmumbai_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 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>; - 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 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'; - -/** 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; - 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 stagingmumbai_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type stagingmumbai_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_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_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 stagingmumbai_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'; - -export type stagingmumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type stagingmumbai_RelayerFee = { - id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingmumbai_Bytes']; -}; - -export type stagingmumbai_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 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'; - -export type stagingmumbai_RelayerFeesIncrease = { - id: Scalars['ID']; - 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 stagingmumbai_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 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'; - -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 = { - id: Scalars['ID']; - count?: Maybe; -}; - -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 stagingmumbai_RootCount_orderBy = - | 'id' - | 'count'; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_RootMessageSent_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; -}; - -export type stagingmumbai_RouterDailyTVL = { - id: Scalars['ID']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type stagingmumbai_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 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; - /** 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']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type stagingmumbai_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 stagingmumbai_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -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; - 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 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; - 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_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 stagingmumbai_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmumbai_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -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 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; - 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; - 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 mumbai_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 mumbai_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type mumbai_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_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type mumbai_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 mumbai_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mumbai_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mumbai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mumbai_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type mumbai_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 mumbai_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mumbai_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 mumbai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mumbai_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 mumbai_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'; - -/** 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; - 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 mumbai_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mumbai_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 mumbai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mumbai_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 mumbai_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'; - -export type mumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type mumbai_RelayerFee = { - id: Scalars['ID']; - transfer: mumbai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mumbai_Bytes']; -}; - -export type mumbai_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 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; - 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_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 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 mumbai_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type mumbai_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -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; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type mumbai_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 mumbai_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | '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 mumbai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -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; - 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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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']; - sequencer?: Maybe; -}; - -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']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; -}; - -export type mumbai_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 mumbai_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mumbai_SlippageUpdate = { - id: Scalars['ID']; - 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 mumbai_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 mumbai_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 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 bnb_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['bnb_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_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 bnb_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type bnb_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type bnb_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type bnb_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 bnb_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 bnb_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type bnb_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 bnb_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type bnb_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 bnb_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type bnb_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type bnb_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type bnb_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type bnb_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 bnb_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type bnb_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 bnb_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_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 bnb_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'; - -/** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = - | 'asc' - | 'desc'; - -export type bnb_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type bnb_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 bnb_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type bnb_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 bnb_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_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 bnb_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'; - -export type bnb_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type bnb_RelayerFee = { - id: Scalars['ID']; - transfer: bnb_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; -}; - -export type bnb_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 bnb_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 = { - id: Scalars['ID']; - transfer: bnb_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_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 bnb_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 bnb_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 bnb_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type bnb_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type bnb_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 bnb_RootCount_orderBy = - | 'id' - | 'count'; - -export type bnb_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 bnb_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 bnb_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type bnb_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type bnb_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_RouterDailyTVL = { - id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type bnb_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type bnb_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 bnb_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type bnb_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type bnb_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 bnb_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type bnb_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; -}; - -export type bnb_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 bnb_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type bnb_SlippageUpdate = { - id: Scalars['ID']; - transfer: bnb_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_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 bnb_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 bnb_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type bnb__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__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: 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 = { - id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; -}; - - -export type optimism_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_LpAccountBalance = { - id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type optimism_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 optimism_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 optimism_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 optimism_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type optimism_swap_LpToken = { - 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; -}; - - -export type optimism_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_LpTokenEvent = { - 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']; -}; - -export type optimism_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; - 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 optimism_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_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 optimism_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 optimism_swap_LpTransferEvent = optimism_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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_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 optimism_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 optimism_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type optimism_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; -}; - -export type optimism_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 optimism_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type optimism_swap_StableSwap = { - 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>; -}; - - -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 optimism_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { - 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']; -}; - -export type optimism_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 optimism_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'; - -export type optimism_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_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 optimism_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 optimism_swap_StableSwapExchange = { - 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']; -}; - -export type optimism_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 optimism_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 optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { - 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']; -}; - -export type optimism_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 optimism_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 optimism_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 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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type optimism_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 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: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingmumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingmumbai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - balances: Array; -}; - - -export type stagingmumbai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_swap_LpAccountBalance = { - id: Scalars['ID']; - account: stagingmumbai_swap_LpAccount; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type stagingmumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - stableSwap: stagingmumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; - events: Array; -}; - - -export type stagingmumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_swap_LpTokenEvent = { - id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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; - 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 stagingmumbai_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_LpTransferEvent = stagingmumbai_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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingmumbai_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['stagingmumbai_swap_Bytes']; -}; - -export type stagingmumbai_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 stagingmumbai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type stagingmumbai_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingmumbai_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 stagingmumbai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingmumbai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_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'; - -export type stagingmumbai_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - buyer: Scalars['stagingmumbai_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['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapTradeVolume = { - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type stagingmumbai_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 stagingmumbai_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingmumbai_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 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 - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest 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 local1337_Asset = { - id: Scalars['ID']; - key?: Maybe; - local: Scalars['local1337_Bytes']; - adoptedAsset: Scalars['local1337_Bytes']; - canonicalId: Scalars['local1337_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type local1337_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - router: local1337_Router; - asset: local1337_Asset; -}; - -export type local1337_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>; - 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>>; -}; - -export type local1337_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'; - -export type local1337_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; - 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>>; -}; - -export type local1337_Asset_orderBy = - | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; - -export type local1337_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type local1337_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type local1337_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 local1337_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type local1337_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>; - 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>>; -}; - -export type local1337_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'; - -/** Defines the order direction, either ascending or descending */ -export type local1337_OrderDirection = - | 'asc' - | 'desc'; - -export type local1337_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 local1337_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>; - 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>>; -}; - -export type local1337_OriginTransfer_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'; - -export type local1337_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type local1337_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 local1337_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type local1337_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type local1337_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type local1337_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 local1337_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type local1337_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['local1337_Bytes']; -}; - -export type local1337_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 local1337_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type local1337_SponsorVault = { - id: Scalars['ID']; - sponsorVault: Scalars['local1337_Bytes']; -}; - -export type local1337_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 local1337_SponsorVault_orderBy = - | 'id' - | 'sponsorVault'; - -export type local1337_StableSwap = { - id: Scalars['ID']; - canonicalId: Scalars['local1337_Bytes']; - domain?: Maybe; - swapPool: Scalars['local1337_Bytes']; -}; - -export type local1337_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 local1337_StableSwap_orderBy = - | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; - -export type local1337_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type local1337__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 local1337__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: local1337__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; - 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 mainnet_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type mainnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: 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; - 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 mainnet_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 mainnet_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type mainnet_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 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>; - 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 mainnet_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -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; - 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; -}; - -export type mainnet_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 mainnet_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 mainnet_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type mainnet_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 mainnet_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -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 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; - 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__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' - | '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 = { - 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>>; -}; - -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 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'; - -export type mainnet_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 mainnet_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 mainnet_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mainnet_RouterassetBalancesArgs = { - 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']; -}; - -export type mainnet_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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'; - -export type mainnet_Sequencer = { - 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>>; -}; - -export type mainnet_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mainnet_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; -}; - -export type mainnet_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 mainnet_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mainnet_SlippageUpdate = { - id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mainnet_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 mainnet_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 mainnet_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type xdai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['xdai_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type xdai_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 xdai_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type xdai_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -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; - 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 xdai_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 xdai_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type xdai_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 xdai_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type xdai_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 xdai_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type xdai_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xdai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xdai_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type xdai_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 xdai_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type xdai_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 xdai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_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 xdai_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'; - -/** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = - | 'asc' - | 'desc'; - -export type xdai_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type xdai_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 xdai_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type xdai_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 xdai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_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 xdai_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'; - -export type xdai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type xdai_RelayerFee = { - id: Scalars['ID']; - transfer: xdai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; -}; - -export type xdai_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 xdai_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 xdai_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: xdai_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type xdai_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 xdai_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 xdai_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 xdai_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type xdai_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type xdai_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 xdai_RootCount_orderBy = - | 'id' - | 'count'; - -export type xdai_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 xdai_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 xdai_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type xdai_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type xdai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_RouterDailyTVL = { - id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type xdai_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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; - 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 xdai_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type xdai_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type xdai_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 xdai_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type xdai_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; -}; - -export type xdai_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 xdai_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type xdai_SlippageUpdate = { - id: Scalars['ID']; - transfer: xdai_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type xdai_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 xdai_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 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 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; - 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__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>; - 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' - | '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__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__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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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 arbitrumone_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['arbitrumone_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -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 arbitrumone_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type arbitrumone_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -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 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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type arbitrumone_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -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 arbitrumone_AssetStatus_orderBy = - | 'id' - | 'status'; - -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>; - 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 arbitrumone_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | '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; -}; - -export type arbitrumone_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -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__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__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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -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 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<{}>; - 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; - BigInt: 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; - Boolean: ResolverTypeWrapper; - mainnet_Bytes: ResolverTypeWrapper; - Float: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; - mainnet_Int8: ResolverTypeWrapper; - 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; - String: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; - mainnet__Block_: ResolverTypeWrapper; - mainnet__Meta_: ResolverTypeWrapper; - _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - 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; - 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_Int8: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; - staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_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; - local1338_Asset: ResolverTypeWrapper; - local1338_AssetBalance: ResolverTypeWrapper; - local1338_AssetBalance_filter: local1338_AssetBalance_filter; - local1338_AssetBalance_orderBy: local1338_AssetBalance_orderBy; - local1338_Asset_filter: local1338_Asset_filter; - local1338_Asset_orderBy: local1338_Asset_orderBy; - local1338_BigDecimal: ResolverTypeWrapper; - local1338_BlockChangedFilter: local1338_BlockChangedFilter; - local1338_Block_height: local1338_Block_height; - local1338_Bytes: ResolverTypeWrapper; - local1338_DestinationTransfer: ResolverTypeWrapper; - local1338_DestinationTransfer_filter: local1338_DestinationTransfer_filter; - local1338_DestinationTransfer_orderBy: local1338_DestinationTransfer_orderBy; - local1338_Int8: ResolverTypeWrapper; - local1338_OrderDirection: local1338_OrderDirection; - local1338_OriginTransfer: ResolverTypeWrapper; - local1338_OriginTransfer_filter: local1338_OriginTransfer_filter; - local1338_OriginTransfer_orderBy: local1338_OriginTransfer_orderBy; - local1338_Relayer: ResolverTypeWrapper; - local1338_Relayer_filter: local1338_Relayer_filter; - local1338_Relayer_orderBy: local1338_Relayer_orderBy; - local1338_Router: ResolverTypeWrapper; - local1338_Router_filter: local1338_Router_filter; - local1338_Router_orderBy: local1338_Router_orderBy; - local1338_Setting: ResolverTypeWrapper; - local1338_Setting_filter: local1338_Setting_filter; - local1338_Setting_orderBy: local1338_Setting_orderBy; - local1338_SponsorVault: ResolverTypeWrapper; - local1338_SponsorVault_filter: local1338_SponsorVault_filter; - local1338_SponsorVault_orderBy: local1338_SponsorVault_orderBy; - local1338_StableSwap: ResolverTypeWrapper; - local1338_StableSwap_filter: local1338_StableSwap_filter; - local1338_StableSwap_orderBy: local1338_StableSwap_orderBy; - local1338_TransferStatus: local1338_TransferStatus; - local1338__Block_: ResolverTypeWrapper; - local1338__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_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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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; - 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_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; - 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; - staginggoerli_AggregateRoot: ResolverTypeWrapper; - 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_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_TransferStatus: staginggoerli_TransferStatus; - 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_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_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_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_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_TransferStatus: stagingoptimismgoerli_TransferStatus; - stagingoptimismgoerli__Block_: ResolverTypeWrapper; - stagingoptimismgoerli__Meta_: ResolverTypeWrapper; - stagingarbitrumgoerli_AggregateRoot: ResolverTypeWrapper; - 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_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_TransferStatus: stagingarbitrumgoerli_TransferStatus; - stagingarbitrumgoerli__Block_: ResolverTypeWrapper; - stagingarbitrumgoerli__Meta_: ResolverTypeWrapper; - stagingmumbai_AggregateRoot: ResolverTypeWrapper; - 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_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_TransferStatus: stagingmumbai_TransferStatus; - stagingmumbai__Block_: ResolverTypeWrapper; - stagingmumbai__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_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; - 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_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; - 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; +export type Subscription = { + goerli_rootAggregated?: Maybe; + goerli_rootAggregateds: Array; + goerli_rootPropagated?: Maybe; + goerli_rootPropagateds: Array; + goerli_aggregatedMessageRoot?: Maybe; + goerli_aggregatedMessageRoots: Array; + goerli_rootManagerMeta?: Maybe; + goerli_rootManagerMetas: Array; + goerli_polygonConnectorMeta?: Maybe; + goerli_polygonConnectorMetas: Array; + goerli_optimismConnectorMeta?: Maybe; + goerli_optimismConnectorMetas: Array; + goerli_bnbConnectorMeta?: Maybe; + goerli_bnbConnectorMetas: Array; + goerli_arbitrumConnectorMeta?: Maybe; + goerli_arbitrumConnectorMetas: Array; + goerli_gnosisConnectorMeta?: Maybe; + goerli_gnosisConnectorMetas: Array; + goerli_zkSyncConnectorMeta?: Maybe; + goerli_zkSyncConnectorMetas: Array; + goerli_rootMessageProcessed?: Maybe; + goerli_rootMessageProcesseds: Array; + /** Access to subgraph metadata */ + goerli__meta?: Maybe; + mainnet_rootAggregated?: Maybe; + mainnet_rootAggregateds: Array; + mainnet_rootPropagated?: Maybe; + mainnet_rootPropagateds: Array; + mainnet_aggregatedMessageRoot?: Maybe; + mainnet_aggregatedMessageRoots: Array; + mainnet_rootManagerMeta?: Maybe; + mainnet_rootManagerMetas: Array; + mainnet_polygonConnectorMeta?: Maybe; + mainnet_polygonConnectorMetas: Array; + mainnet_optimismConnectorMeta?: Maybe; + mainnet_optimismConnectorMetas: Array; + mainnet_bnbConnectorMeta?: Maybe; + mainnet_bnbConnectorMetas: Array; + mainnet_arbitrumConnectorMeta?: Maybe; + mainnet_arbitrumConnectorMetas: Array; + mainnet_gnosisConnectorMeta?: Maybe; + mainnet_gnosisConnectorMetas: Array; + mainnet_zkSyncConnectorMeta?: Maybe; + mainnet_zkSyncConnectorMetas: Array; + mainnet_rootMessageProcessed?: Maybe; + 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; + 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_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_optimisticRootFinalized?: Maybe; + staginggoerli_optimisticRootFinalizeds: 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; + /** Access to subgraph metadata */ + staginggoerli__meta?: Maybe; + local1338_asset?: Maybe; + local1338_assets: Array; + local1338_assetBalance?: Maybe; + local1338_assetBalances: Array; + local1338_router?: Maybe; + local1338_routers: Array; + local1338_setting?: Maybe; + local1338_settings: Array; + local1338_relayer?: Maybe; + local1338_relayers: Array; + local1338_stableSwap?: Maybe; + local1338_stableSwaps: Array; + local1338_sponsorVault?: Maybe; + local1338_sponsorVaults: Array; + local1338_originTransfer?: Maybe; + local1338_originTransfers: Array; + local1338_destinationTransfer?: Maybe; + local1338_destinationTransfers: Array; + /** Access to subgraph metadata */ + local1338__meta?: Maybe; + local1337_asset?: Maybe; + local1337_assets: Array; + local1337_assetBalance?: Maybe; + local1337_assetBalances: Array; + local1337_router?: Maybe; + local1337_routers: Array; + local1337_setting?: Maybe; + local1337_settings: Array; + local1337_relayer?: Maybe; + local1337_relayers: Array; + local1337_stableSwap?: Maybe; + local1337_stableSwaps: Array; + local1337_sponsorVault?: Maybe; + local1337_sponsorVaults: Array; + local1337_originTransfer?: Maybe; + local1337_originTransfers: Array; + local1337_destinationTransfer?: Maybe; + local1337_destinationTransfers: Array; + /** Access to subgraph metadata */ + local1337__meta?: Maybe; + staginggoerli_swap_systemInfo?: Maybe; + staginggoerli_swap_systemInfos: Array; + staginggoerli_swap_pooledToken?: Maybe; + staginggoerli_swap_pooledTokens: Array; + staginggoerli_swap_stableSwap?: Maybe; + staginggoerli_swap_stableSwaps: Array; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapAddLiquidityEvents: Array; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; + staginggoerli_swap_stableSwapExchange?: Maybe; + staginggoerli_swap_stableSwapExchanges: Array; + staginggoerli_swap_swapDailyVolume?: Maybe; + staginggoerli_swap_swapDailyVolumes: Array; + staginggoerli_swap_swapHourlyVolume?: Maybe; + staginggoerli_swap_swapHourlyVolumes: Array; + staginggoerli_swap_swapWeeklyVolume?: Maybe; + staginggoerli_swap_swapWeeklyVolumes: Array; + staginggoerli_swap_lpAccount?: Maybe; + staginggoerli_swap_lpAccounts: Array; + staginggoerli_swap_lpAccountBalance?: Maybe; + staginggoerli_swap_lpAccountBalances: Array; + staginggoerli_swap_lpToken?: Maybe; + staginggoerli_swap_lpTokens: Array; + staginggoerli_swap_lpTransferEvent?: Maybe; + staginggoerli_swap_lpTransferEvents: Array; + staginggoerli_swap_stableSwapEvent?: Maybe; + staginggoerli_swap_stableSwapEvents: Array; + staginggoerli_swap_swapTradeVolume?: Maybe; + staginggoerli_swap_swapTradeVolumes: Array; + staginggoerli_swap_lpTokenEvent?: Maybe; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + xdai_assetStatuses: Array; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: 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; + 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 */ + stagingarbitrumgoerli_swap__meta?: Maybe; + mainnet_asset?: Maybe; + mainnet_assets: Array; + mainnet_assetStatus?: Maybe; + mainnet_assetStatuses: Array; + mainnet_assetBalance?: Maybe; + mainnet_assetBalances: Array; + mainnet_router?: Maybe; + mainnet_routers: Array; + mainnet_routerDailyTVL?: Maybe; + mainnet_routerDailyTVLs: Array; + mainnet_setting?: Maybe; + mainnet_settings: Array; + mainnet_relayer?: Maybe; + mainnet_relayers: Array; + mainnet_sequencer?: Maybe; + mainnet_sequencers: Array; + mainnet_relayerFee?: Maybe; + mainnet_relayerFees: Array; + mainnet_originTransfer?: Maybe; + mainnet_originTransfers: Array; + mainnet_destinationTransfer?: Maybe; + mainnet_destinationTransfers: Array; + mainnet_originMessage?: Maybe; + mainnet_originMessages: Array; + mainnet_aggregateRoot?: Maybe; + mainnet_aggregateRoots: Array; + mainnet_connectorMeta?: Maybe; + mainnet_connectorMetas: Array; + mainnet_rootCount?: Maybe; + mainnet_rootCounts: Array; + mainnet_rootMessageSent?: Maybe; + mainnet_rootMessageSents: Array; + mainnet_relayerFeesIncrease?: Maybe; + mainnet_relayerFeesIncreases: Array; + mainnet_slippageUpdate?: Maybe; + mainnet_slippageUpdates: Array; + polygon_swap_systemInfo?: Maybe; + polygon_swap_systemInfos: Array; + polygon_swap_pooledToken?: Maybe; + polygon_swap_pooledTokens: Array; + polygon_swap_stableSwap?: Maybe; + polygon_swap_stableSwaps: Array; + polygon_swap_stableSwapAddLiquidityEvent?: Maybe; + polygon_swap_stableSwapAddLiquidityEvents: Array; + polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; + polygon_swap_stableSwapRemoveLiquidityEvents: Array; + polygon_swap_stableSwapExchange?: Maybe; + polygon_swap_stableSwapExchanges: Array; + polygon_swap_swapDailyVolume?: Maybe; + polygon_swap_swapDailyVolumes: Array; + polygon_swap_swapHourlyVolume?: Maybe; + polygon_swap_swapHourlyVolumes: Array; + polygon_swap_swapWeeklyVolume?: Maybe; + polygon_swap_swapWeeklyVolumes: Array; + polygon_swap_lpAccount?: Maybe; + polygon_swap_lpAccounts: Array; + polygon_swap_lpAccountBalance?: Maybe; + polygon_swap_lpAccountBalances: Array; + polygon_swap_lpToken?: Maybe; + polygon_swap_lpTokens: Array; + polygon_swap_lpTransferEvent?: Maybe; + polygon_swap_lpTransferEvents: Array; + polygon_swap_stableSwapEvent?: Maybe; + polygon_swap_stableSwapEvents: Array; + polygon_swap_swapTradeVolume?: Maybe; + polygon_swap_swapTradeVolumes: Array; + polygon_swap_lpTokenEvent?: Maybe; + polygon_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + polygon_swap__meta?: Maybe; + arbitrumone_asset?: Maybe; + arbitrumone_assets: Array; + arbitrumone_assetStatus?: Maybe; + arbitrumone_assetStatuses: Array; + arbitrumone_assetBalance?: Maybe; + arbitrumone_assetBalances: Array; + arbitrumone_router?: Maybe; + arbitrumone_routers: Array; + arbitrumone_routerDailyTVL?: Maybe; + arbitrumone_routerDailyTVLs: Array; + arbitrumone_setting?: Maybe; + arbitrumone_settings: Array; + arbitrumone_relayer?: Maybe; + arbitrumone_relayers: Array; + arbitrumone_sequencer?: Maybe; + arbitrumone_sequencers: Array; + arbitrumone_relayerFee?: Maybe; + arbitrumone_relayerFees: Array; + arbitrumone_originTransfer?: Maybe; + arbitrumone_originTransfers: Array; + arbitrumone_destinationTransfer?: Maybe; + arbitrumone_destinationTransfers: Array; + arbitrumone_originMessage?: Maybe; + arbitrumone_originMessages: Array; + arbitrumone_aggregateRoot?: Maybe; + arbitrumone_aggregateRoots: Array; + arbitrumone_connectorMeta?: Maybe; + arbitrumone_connectorMetas: Array; + arbitrumone_rootCount?: Maybe; + arbitrumone_rootCounts: Array; + arbitrumone_rootMessageSent?: Maybe; + arbitrumone_rootMessageSents: Array; + arbitrumone_relayerFeesIncrease?: Maybe; + arbitrumone_relayerFeesIncreases: Array; + arbitrumone_slippageUpdate?: Maybe; + arbitrumone_slippageUpdates: Array; + /** Access to subgraph metadata */ + arbitrumone__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; + 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; + /** Access to subgraph metadata */ + optimism__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_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; + 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_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; + 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; + /** Access to subgraph metadata */ + stagingarbitrumgoerli__meta?: Maybe; + 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_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; + 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_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; + 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; + 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; + /** Access to subgraph metadata */ + stagingoptimismgoerli__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_setting?: Maybe; + bnb_settings: Array; + bnb_relayer?: Maybe; + bnb_relayers: Array; + bnb_sequencer?: Maybe; + bnb_sequencers: Array; + bnb_relayerFee?: Maybe; + bnb_relayerFees: Array; + bnb_originTransfer?: Maybe; + bnb_originTransfers: Array; + bnb_destinationTransfer?: Maybe; + bnb_destinationTransfers: Array; + bnb_originMessage?: Maybe; + bnb_originMessages: Array; + bnb_aggregateRoot?: Maybe; + bnb_aggregateRoots: Array; + bnb_connectorMeta?: Maybe; + bnb_connectorMetas: Array; + bnb_rootCount?: Maybe; + bnb_rootCounts: Array; + bnb_rootMessageSent?: Maybe; + bnb_rootMessageSents: Array; + bnb_relayerFeesIncrease?: Maybe; + bnb_relayerFeesIncreases: Array; + bnb_slippageUpdate?: Maybe; + bnb_slippageUpdates: Array; + /** Access to subgraph metadata */ + bnb__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; + /** Access to subgraph metadata */ + stagingmumbai__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_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; +}; + + +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 = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiontestgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_sponsorVaultArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_sponsorVaultsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestgoerli__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 Subscriptionstaginggoerli_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootManagerMetaArgs = { + id: Scalars['ID']; + 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_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { + 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__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocal1338_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_sponsorVaultArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_sponsorVaultsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1338__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocal1337_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_sponsorVaultArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_sponsorVaultsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocal1337__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_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; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +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; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { + 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 Subscriptionxdai_assetArgs = { + id: Scalars['ID']; + 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 = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_rootMessageSentArgs = { + 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 Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap__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_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_; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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; +}; + + +export type Subscriptionoptimismgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: 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 = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmumbai_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmumbai__metaArgs = { + block?: InputMaybe; +}; + +export type goerli_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + domain?: Maybe; +}; + +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 goerli_AggregatedMessageRoot_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']; +}; + +export type goerli_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 goerli_ArbitrumConnectorMeta_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']; +}; + +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 = { + 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>>; +}; + +export type goerli_GnosisConnectorMeta_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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +/** 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['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_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 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; + 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_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type goerli_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; + count: Scalars['BigInt']; +}; + +export type goerli_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 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 _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'; + +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>; + /** 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_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 mainnet_ArbitrumConnectorMeta_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; +}; + +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; + 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_BnbConnectorMeta_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']; +}; + +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 mainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +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 mainnet_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 mainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; + +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 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; + /** 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; + 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 = { + 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>; + 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>>; +}; + +export type 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'; + +export type testgoerli_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; + 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>>; +}; + +export type testgoerli_Asset_orderBy = + | 'id' + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; + +export type testgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type testgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +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 = { + 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>; + 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>>; +}; + +export type testgoerli_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'; + +/** Defines the order direction, either ascending or descending */ +export type testgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type testgoerli_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 testgoerli_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>; + 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>>; +}; + +export type testgoerli_OriginTransfer_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'; + +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; + 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 testgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type testgoerli_Router = { + 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; +}; + +export type testgoerli_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 testgoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +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; + 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 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; + /** 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 testoptimismgoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + local: Scalars['testoptimismgoerli_Bytes']; + adoptedAsset: Scalars['testoptimismgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +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; + 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>; + 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>>; +}; + +export type 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'; + +export type testoptimismgoerli_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; + 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>>; +}; + +export type testoptimismgoerli_Asset_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; +}; + +export type testoptimismgoerli_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 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>; + 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>>; +}; + +export type 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'; + +/** 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; + 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>; + 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>>; +}; + +export type testoptimismgoerli_OriginTransfer_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'; + +export type testoptimismgoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type testoptimismgoerli_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 testoptimismgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type testoptimismgoerli_Router = { + 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; +}; + +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 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; + /** 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_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + domain?: 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; + 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 staginggoerli_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain'; + +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; + 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_ArbitrumConnectorMeta_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']; +}; + +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 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 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_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'; + +export type staginggoerli_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; +}; + +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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp'; + +export type staginggoerli_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; +}; + +export type staginggoerli_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; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_OptimisticRootPropagated_orderBy = + | 'id' + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp'; + +export type staginggoerli_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_OptimisticRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot'; + +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type staginggoerli_PolygonConnectorMeta = { + 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; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type staginggoerli_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 staginggoerli_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginggoerli_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; +}; + +export type staginggoerli_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 staginggoerli_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count'; + +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; + 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_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +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 local1338_Asset = { + id: Scalars['ID']; + key?: Maybe; + local: Scalars['local1338_Bytes']; + adoptedAsset: Scalars['local1338_Bytes']; + canonicalId: Scalars['local1338_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type local1338_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: local1338_Router; + asset: local1338_Asset; +}; + +export type local1338_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>; + 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>>; +}; + +export type local1338_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'; + +export type local1338_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; + 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>>; +}; + +export type local1338_Asset_orderBy = + | 'id' + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; + +export type local1338_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type local1338_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type local1338_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 local1338_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type local1338_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>; + 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>>; +}; + +export type local1338_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'; + +/** Defines the order direction, either ascending or descending */ +export type local1338_OrderDirection = + | 'asc' + | 'desc'; + +export type local1338_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 local1338_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>; + 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>>; +}; + +export type local1338_OriginTransfer_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'; + +export type local1338_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type local1338_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 local1338_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type local1338_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type local1338_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type local1338_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 local1338_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type local1338_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['local1338_Bytes']; +}; + +export type local1338_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 local1338_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type local1338_SponsorVault = { + id: Scalars['ID']; + sponsorVault: Scalars['local1338_Bytes']; +}; + +export type local1338_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 local1338_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type local1338_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['local1338_Bytes']; + domain?: Maybe; + swapPool: Scalars['local1338_Bytes']; +}; + +export type local1338_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 local1338_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type local1338_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type local1338__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 local1338__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: local1338__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type local1337_Asset = { + id: Scalars['ID']; + key?: Maybe; + local: Scalars['local1337_Bytes']; + adoptedAsset: Scalars['local1337_Bytes']; + canonicalId: Scalars['local1337_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type local1337_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: local1337_Router; + asset: local1337_Asset; +}; + +export type local1337_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>; + 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>>; +}; + +export type local1337_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'; + +export type local1337_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; + 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>>; +}; + +export type local1337_Asset_orderBy = + | 'id' + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; + +export type local1337_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type local1337_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type local1337_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 local1337_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type local1337_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>; + 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>>; +}; + +export type local1337_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'; + +/** Defines the order direction, either ascending or descending */ +export type local1337_OrderDirection = + | 'asc' + | 'desc'; + +export type local1337_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 local1337_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>; + 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>>; +}; + +export type local1337_OriginTransfer_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'; + +export type local1337_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type local1337_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 local1337_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type local1337_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type local1337_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type local1337_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 local1337_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type local1337_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['local1337_Bytes']; +}; + +export type local1337_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 local1337_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type local1337_SponsorVault = { + id: Scalars['ID']; + sponsorVault: Scalars['local1337_Bytes']; +}; + +export type local1337_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 local1337_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type local1337_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['local1337_Bytes']; + domain?: Maybe; + swapPool: Scalars['local1337_Bytes']; +}; + +export type local1337_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 local1337_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type local1337_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type local1337__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 local1337__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: local1337__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; + 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 = { + 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; + 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_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>>; +}; + +export type 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'; + +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']; +}; + +export type staginggoerli_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 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; + /** 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>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: 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' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | '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_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_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 staginggoerli_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 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']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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>; + 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 staginggoerli_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 staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { + 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']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_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 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'; + +export type staginggoerli_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 staginggoerli_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 staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; +}; + +export type staginggoerli_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 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'; + +export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; +}; + +export type staginggoerli_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 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'; + +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'; + +export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; +}; + +export type staginggoerli_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 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'; + +export type staginggoerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type staginggoerli_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 staginggoerli_swap_SystemInfo_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 stagingmumbai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmumbai_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmumbai_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['stagingmumbai_swap_Bytes']; + balances: Array; +}; + + +export type stagingmumbai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: stagingmumbai_swap_LpAccount; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type stagingmumbai_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; + events: Array; +}; + + +export type stagingmumbai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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; + 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 stagingmumbai_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_LpTransferEvent = stagingmumbai_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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmumbai_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['stagingmumbai_swap_Bytes']; +}; + +export type stagingmumbai_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 stagingmumbai_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type stagingmumbai_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['stagingmumbai_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 stagingmumbai_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_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'; + +export type stagingmumbai_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + buyer: Scalars['stagingmumbai_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['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingmumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapTradeVolume = { + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingmumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; +}; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type stagingmumbai_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 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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 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; +}; + +export type mumbai_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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_swap_LpAccount_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; +}; + +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; + 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; + 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_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +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 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; + 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; +}; + +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']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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>; + 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 mumbai_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'; + +export type mumbai_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: mumbai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mumbai_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 mumbai_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 mumbai_swap_StableSwapExchange = { + 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']; +}; + +export type mumbai_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 mumbai_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 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 = { + 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 mumbai_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 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 = { + 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 mumbai_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 mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; +}; + +export type mumbai_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 mumbai_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 mumbai_swap_SwapTradeVolume = { + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; +}; + +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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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'; + +export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mumbai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; +}; + +export type mumbai_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 mumbai_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 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; + 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 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 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; +}; + + +export type arbitrumgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumgoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: arbitrumgoerli_swap_LpAccount; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +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 arbitrumgoerli_swap_LpTokeneventsArgs = { + 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']; +}; + +export type arbitrumgoerli_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; + 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_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumgoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['arbitrumgoerli_swap_Bytes']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type arbitrumgoerli_swap_StableSwap = { + 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; +}; + + +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']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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'; + +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 = { + 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 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'; + +export type arbitrumgoerli_swap_StableSwapExchange = { + 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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + 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 arbitrumgoerli_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 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'; + +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 = { + 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_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 arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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 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'; + +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 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 = { + id: Scalars['ID']; + address: Scalars['optimism_swap_Bytes']; + balances: Array; +}; + + +export type optimism_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimism_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 optimism_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 optimism_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 optimism_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type optimism_swap_LpToken = { + 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; +}; + + +export type optimism_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpTokenEvent = { + 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']; +}; + +export type optimism_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; + 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 optimism_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_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 optimism_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 optimism_swap_LpTransferEvent = optimism_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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_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 optimism_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 optimism_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type optimism_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['optimism_swap_Bytes']; +}; + +export type optimism_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 optimism_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type optimism_swap_StableSwap = { + 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>; +}; + + +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 optimism_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { + 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']; +}; + +export type optimism_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 optimism_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'; + +export type optimism_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_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 optimism_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 optimism_swap_StableSwapExchange = { + 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']; +}; + +export type optimism_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 optimism_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 optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { + 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']; +}; + +export type optimism_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 optimism_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 optimism_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 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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type optimism_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 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: 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; + 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 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>>; +}; + +export type 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'; + +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']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimismgoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['stagingoptimismgoerli_swap_Bytes']; +}; + +export type stagingoptimismgoerli_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 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; + 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 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'; + +export type stagingoptimismgoerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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; + 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 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'; + +export type stagingoptimismgoerli_swap_StableSwapExchange = { + 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']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { + 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']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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 = { + 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 stagingoptimismgoerli_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 stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; +}; + +export type stagingoptimismgoerli_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 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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +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 stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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; + 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 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 optimismgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismgoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['optimismgoerli_swap_Bytes']; + balances: Array; +}; + + +export type optimismgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimismgoerli_swap_LpAccount; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type optimismgoerli_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; + events: Array; +}; + + +export type optimismgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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; + 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 optimismgoerli_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpTransferEvent = optimismgoerli_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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismgoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['optimismgoerli_swap_Bytes']; +}; + +export type optimismgoerli_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 optimismgoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type optimismgoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['optimismgoerli_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 optimismgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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'; + +export type optimismgoerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + buyer: Scalars['optimismgoerli_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['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapTradeVolume = { + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; +}; + +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type optimismgoerli_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 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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 = { + 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 = { + 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 arbitrumone_swap_LpAccount_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; +}; + +export type arbitrumone_swap_LpTokenEvent = { + id: Scalars['ID']; + 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 arbitrumone_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; + 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_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_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 arbitrumone_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 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; +}; + +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']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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>; + 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 arbitrumone_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'; + +export type arbitrumone_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_StableSwapExchange = { + 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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_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 arbitrumone_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 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 = { + 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 arbitrumone_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 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; + 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 arbitrumone_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 arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_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 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' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_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 arbitrumone_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 arbitrumone_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumone_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 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 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>; + 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 goerli_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 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; +}; + +export type goerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type goerli_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; + 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_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type goerli_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 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; + 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_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'; + +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 = { + 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 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'; + +export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; +}; + +export type goerli_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 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'; + +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; + 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 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' + | 'timestamp' + | 'volume'; + +export type goerli_swap_SwapTradeVolume = { + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; +}; + +export type goerli_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 goerli_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 goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; +}; + +export type goerli_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 goerli_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 goerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type goerli_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 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 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>; + 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_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>>; +}; + +export type 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'; + +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']; +}; + +export type bnb_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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_PooledToken_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; +}; + +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; + 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 bnb_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'; + +export type bnb_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_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 bnb_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 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 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>; + 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 bnb_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 bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { + 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']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_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 bnb_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 bnb_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 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 = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +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']; + root: Scalars['xdai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type xdai_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 xdai_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type xdai_Asset = { + id: Scalars['ID']; + key?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type xdai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: xdai_Router; + asset: xdai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type xdai_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>; + 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 xdai_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type xdai_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type xdai_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 xdai_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type xdai_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; + 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 xdai_Asset_orderBy = + | 'id' + | 'key' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type xdai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xdai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type xdai_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type xdai_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 xdai_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type xdai_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; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; +}; + + +export type xdai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_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; + 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin'; + +/** Defines the order direction, either ascending or descending */ +export type xdai_OrderDirection = + | 'asc' + | 'desc'; + +export type xdai_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type xdai_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 xdai_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type xdai_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; + message?: Maybe; + relayerFee?: Maybe; + bumpRelayerFeeCount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; +}; + +export type xdai_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; + 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; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: 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>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'relayerFee' + | 'bumpRelayerFeeCount' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin'; + +export type xdai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type xdai_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: xdai_OriginTransfer; + increase?: Maybe; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xdai_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>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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 xdai_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__relayerFee' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'increase' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type xdai_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 xdai_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type xdai_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type xdai_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 xdai_RootCount_orderBy = + | 'id' + | 'count'; + +export type xdai_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 xdai_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 xdai_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type xdai_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type xdai_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +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; + 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 xdai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type xdai_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type xdai_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 xdai_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type xdai_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['xdai_Bytes']; +}; + +export type xdai_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 xdai_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type xdai_SlippageUpdate = { + id: Scalars['ID']; + transfer: xdai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xdai_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 xdai_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__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +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 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>; + 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_LpTokenEvent_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?: 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'; + +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' + | 'transaction' + | 'nonce'; + +/** 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']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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>; + 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 stagingarbitrumgoerli_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'; + +export type stagingarbitrumgoerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_StableSwapExchange = { + 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']; +}; + +export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 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; + 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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; +}; + +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 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 & { + 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>>; +}; + +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 stagingarbitrumgoerli_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 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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_swap_SystemInfo_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 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; + 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 mainnet_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type mainnet_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: 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; + 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 mainnet_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 mainnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mainnet_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 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>; + 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 mainnet_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +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; + 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; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; +}; + + +export type mainnet_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mainnet_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; + 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_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' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin'; + +export type mainnet_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type mainnet_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 mainnet_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +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; +}; + + +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; + 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; + /** 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__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'; + +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' + | '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' + | 'fee' + | 'asset'; + +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>>; +}; + +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' + | '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 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'; + +export type mainnet_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 mainnet_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 mainnet_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type mainnet_RouterassetBalancesArgs = { + 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']; +}; + +export type mainnet_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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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'; + +export type mainnet_Sequencer = { + 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>>; +}; + +export type mainnet_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type mainnet_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mainnet_Bytes']; +}; + +export type mainnet_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 mainnet_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type mainnet_SlippageUpdate = { + id: Scalars['ID']; + transfer: mainnet_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mainnet_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 mainnet_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__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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>; + 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; + 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_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' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | '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 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; + 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 polygon_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 polygon_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['polygon_swap_Bytes']; +}; + +export type polygon_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 polygon_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type polygon_swap_StableSwap = { + id: Scalars['ID']; + 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']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_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 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' + | 'transaction' + | 'nonce'; + +export type polygon_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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; + 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 polygon_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 polygon_swap_StableSwapExchange = { + id: Scalars['ID']; + 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']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_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 polygon_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 polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { + id: Scalars['ID']; + 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 polygon_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 polygon_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 polygon_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 polygon_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 polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_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 polygon_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 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; + 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 polygon_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 polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_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 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' + | 'volume'; + +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_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 polygon_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 polygon_swap_SystemInfo = { + id: Scalars['ID']; + 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 arbitrumone_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumone_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +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 arbitrumone_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type arbitrumone_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +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 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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type arbitrumone_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +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 arbitrumone_AssetStatus_orderBy = + | 'id' + | 'status'; + +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>; + 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 arbitrumone_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | '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; +}; + +export type arbitrumone_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +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; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: 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; + 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; + /** 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin'; + +/** 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; +}; + + +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; + /** 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__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'; + +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' + | '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' + | '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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | '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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpAccount_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; +}; + +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; + 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; + 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_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_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 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>; + 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 xdai_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 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; +}; + +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']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +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>; + 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 xdai_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'; + +export type xdai_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_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 xdai_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 xdai_swap_StableSwapExchange = { + 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']; +}; + +export type xdai_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 xdai_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 xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { + 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']; +}; + +export type xdai_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 xdai_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 xdai_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 xdai_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 xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_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 xdai_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 xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_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 xdai_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 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']; + 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 optimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['optimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_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 optimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type optimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type optimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimism_Router; + asset: optimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimism_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 optimism_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 optimism_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type optimism_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 optimism_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type optimism_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 optimism_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | '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; +}; + +export type optimism_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type optimism_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 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; +}; + + +export type optimism_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_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 optimism_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'; + +/** Defines the order direction, either ascending or descending */ +export type optimism_OrderDirection = + | 'asc' + | 'desc'; + +export type optimism_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type optimism_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 optimism_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type optimism_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 optimism_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_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 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__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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_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 optimism_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: optimism_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_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 optimism_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 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 = { + 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 optimism_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 optimism_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimism_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type optimism_RouterassetBalancesArgs = { + 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']; +}; + +export type optimism_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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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'; + +export type optimism_Sequencer = { + 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>>; +}; + +export type optimism_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type optimism_SlippageUpdate = { + 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']; +}; + +export type optimism_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 optimism_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 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 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; + 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; + asset?: InputMaybe; + asset_not?: 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 optimismgoerli_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 optimismgoerli_AssetStatus = { + id: Scalars['ID']; + status?: 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 optimismgoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +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>; + 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' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type optimismgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismgoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type optimismgoerli_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 optimismgoerli_ConnectorMeta_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; +}; + + +export type optimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_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 optimismgoerli_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'; + +/** Defines the order direction, either ascending or descending */ +export type optimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismgoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type optimismgoerli_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 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; + asset?: InputMaybe; + asset_not?: 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 optimismgoerli_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'; + +export type optimismgoerli_Relayer = { + id: Scalars['ID']; + 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']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismgoerli_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 optimismgoerli_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 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 optimismgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type optimismgoerli_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +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; + 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 = { + 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 optimismgoerli_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 optimismgoerli_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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismgoerli_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type optimismgoerli_Setting = { + 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>>; +}; + +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 optimismgoerli_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 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 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; + 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_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type arbitrumgoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: 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']; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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 arbitrumgoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +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 arbitrumgoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type arbitrumgoerli_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 arbitrumgoerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | '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; +}; + +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; + 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 arbitrumgoerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type arbitrumgoerli_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 arbitrumgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumgoerli_OrderDirection = + | 'asc' + | 'desc'; + +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 arbitrumgoerli_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 arbitrumgoerli_OriginMessage_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; +}; + + +export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumgoerli_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 arbitrumgoerli_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'; + +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' + | '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']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumgoerli_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 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' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +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 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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_RootMessageSent_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; +}; + +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; + 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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type arbitrumgoerli_Setting = { + id: Scalars['ID']; + 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 arbitrumgoerli_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 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 stagingarbitrumgoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingarbitrumgoerli_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +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 = { + 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' + | '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'; + +export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumgoerli_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 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'; + +/** 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; + 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 = { + 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 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'; + +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' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +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']; + 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; +}; + +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']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +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; + 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 stagingarbitrumgoerli_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 = { + 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 stagingarbitrumgoerli_Router_orderBy = + | 'id' + | '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; + 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 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; + 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_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 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_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 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; + 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__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>; + 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' + | '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__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__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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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 goerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['goerli_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type goerli_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_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type goerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: 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__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>; + 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' + | '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; + 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; +}; + +export type goerli_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 goerli_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 goerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type goerli_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 goerli_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type goerli_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 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; + 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 goerli_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'; + +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; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type goerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_RouterDailyTVL = { + id: Scalars['ID']; + router: goerli_Router; + asset: goerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type goerli_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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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 goerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type goerli_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type goerli_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_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type goerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; +}; + +export type goerli_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_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type goerli_SlippageUpdate = { + id: Scalars['ID']; + transfer: goerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type goerli_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_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_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type staginggoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['staginggoerli_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +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; + 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 staginggoerli_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 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'; + +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; + 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 staginggoerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type staginggoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type staginggoerli_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 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; + 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 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_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type staginggoerli_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 staginggoerli_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type staginggoerli_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 staginggoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_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 staginggoerli_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'; + +export type staginggoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type staginggoerli_RelayerFee = { + id: Scalars['ID']; + transfer: staginggoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_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 staginggoerli_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 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']; +}; + +export type staginggoerli_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 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>>; +}; + +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; + 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 staginggoerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginggoerli_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type staginggoerli_RouterassetBalancesArgs = { + 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']; +}; + +export type staginggoerli_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 staginggoerli_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 staginggoerli_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 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>; + 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_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 staginggoerli_SnapshotRoot = { + 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>>; +}; + +export type staginggoerli_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +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_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; + asset?: InputMaybe; + asset_not?: 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 stagingoptimismgoerli_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 stagingoptimismgoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +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 stagingoptimismgoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | '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'; + +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; + 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_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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'; + +/** 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; + 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_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingoptimismgoerli_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_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_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_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'; + +export type stagingoptimismgoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingoptimismgoerli_RelayerFee = { + id: Scalars['ID']; + transfer: stagingoptimismgoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingoptimismgoerli_Bytes']; +}; + +export type stagingoptimismgoerli_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_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_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingoptimismgoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_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_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_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 stagingoptimismgoerli_RootCount = { + id: Scalars['ID']; + count?: 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>>; +}; + +export type stagingoptimismgoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingoptimismgoerli_Router = { + 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; +}; + +export type stagingoptimismgoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 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'; + +export type stagingoptimismgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingoptimismgoerli_Bytes']; +}; + +export type stagingoptimismgoerli_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 stagingoptimismgoerli_Setting_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']; +}; + +export type stagingoptimismgoerli_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 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'; + +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_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 bnb_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['bnb_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_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 bnb_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type bnb_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type bnb_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: bnb_Router; + asset: bnb_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type bnb_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 bnb_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 bnb_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type bnb_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 bnb_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type bnb_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 bnb_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type bnb_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type bnb_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type bnb_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type bnb_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 bnb_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type bnb_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 bnb_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_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 bnb_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'; + +/** Defines the order direction, either ascending or descending */ +export type bnb_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type bnb_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 bnb_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type bnb_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 bnb_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_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 bnb_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'; + +export type bnb_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type bnb_RelayerFee = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['bnb_Bytes']; +}; + +export type bnb_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 bnb_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 = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_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 bnb_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 bnb_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 bnb_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type bnb_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type bnb_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 bnb_RootCount_orderBy = + | 'id' + | 'count'; + +export type bnb_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 bnb_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 bnb_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type bnb_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_RouterDailyTVL = { + id: Scalars['ID']; + router: bnb_Router; + asset: bnb_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type bnb_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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type bnb_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 bnb_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type bnb_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type bnb_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 bnb_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type bnb_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; +}; + +export type bnb_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 bnb_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type bnb_SlippageUpdate = { + id: Scalars['ID']; + transfer: bnb_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_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 bnb_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 bnb_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type bnb__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__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: 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_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; + 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 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'; + +export type stagingmumbai_AssetStatus = { + 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>>; +}; + +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; + 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 stagingmumbai_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +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; +}; + +export type stagingmumbai_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 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>; + 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 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'; + +/** 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; + 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 stagingmumbai_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingmumbai_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_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_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 stagingmumbai_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'; + +export type stagingmumbai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmumbai_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_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 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'; + +export type stagingmumbai_RelayerFeesIncrease = { + id: Scalars['ID']; + 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 stagingmumbai_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 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'; + +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 = { + id: Scalars['ID']; + count?: Maybe; +}; + +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 stagingmumbai_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_RootMessageSent_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; +}; + +export type stagingmumbai_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmumbai_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 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; + /** 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']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmumbai_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 stagingmumbai_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +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; + 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 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; + 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_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 stagingmumbai_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmumbai_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmumbai_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 stagingmumbai_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +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 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; + 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; + 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 mumbai_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 mumbai_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mumbai_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_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type mumbai_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 mumbai_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type mumbai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mumbai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mumbai_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type mumbai_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 mumbai_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mumbai_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 mumbai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_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 mumbai_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'; + +/** 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; + 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 mumbai_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type mumbai_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 mumbai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_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 mumbai_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'; + +export type mumbai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type mumbai_RelayerFee = { + id: Scalars['ID']; + transfer: mumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mumbai_Bytes']; +}; + +export type mumbai_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 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; + 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_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 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 mumbai_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type mumbai_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +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; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type mumbai_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 mumbai_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | '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 mumbai_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +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; + 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 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__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +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']; + sequencer?: Maybe; +}; + +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']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mumbai_Bytes']; +}; + +export type mumbai_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 mumbai_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type mumbai_SlippageUpdate = { + id: Scalars['ID']; + 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 mumbai_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 mumbai_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 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 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_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_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; + 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_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_Int8: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; + staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_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; + local1338_Asset: ResolverTypeWrapper; + local1338_AssetBalance: ResolverTypeWrapper; + local1338_AssetBalance_filter: local1338_AssetBalance_filter; + local1338_AssetBalance_orderBy: local1338_AssetBalance_orderBy; + local1338_Asset_filter: local1338_Asset_filter; + local1338_Asset_orderBy: local1338_Asset_orderBy; + local1338_BigDecimal: ResolverTypeWrapper; + local1338_BlockChangedFilter: local1338_BlockChangedFilter; + local1338_Block_height: local1338_Block_height; + local1338_Bytes: ResolverTypeWrapper; + local1338_DestinationTransfer: ResolverTypeWrapper; + local1338_DestinationTransfer_filter: local1338_DestinationTransfer_filter; + local1338_DestinationTransfer_orderBy: local1338_DestinationTransfer_orderBy; + local1338_Int8: ResolverTypeWrapper; + local1338_OrderDirection: local1338_OrderDirection; + local1338_OriginTransfer: ResolverTypeWrapper; + local1338_OriginTransfer_filter: local1338_OriginTransfer_filter; + local1338_OriginTransfer_orderBy: local1338_OriginTransfer_orderBy; + local1338_Relayer: ResolverTypeWrapper; + local1338_Relayer_filter: local1338_Relayer_filter; + local1338_Relayer_orderBy: local1338_Relayer_orderBy; + local1338_Router: ResolverTypeWrapper; + local1338_Router_filter: local1338_Router_filter; + local1338_Router_orderBy: local1338_Router_orderBy; + local1338_Setting: ResolverTypeWrapper; + local1338_Setting_filter: local1338_Setting_filter; + local1338_Setting_orderBy: local1338_Setting_orderBy; + local1338_SponsorVault: ResolverTypeWrapper; + local1338_SponsorVault_filter: local1338_SponsorVault_filter; + local1338_SponsorVault_orderBy: local1338_SponsorVault_orderBy; + local1338_StableSwap: ResolverTypeWrapper; + local1338_StableSwap_filter: local1338_StableSwap_filter; + local1338_StableSwap_orderBy: local1338_StableSwap_orderBy; + local1338_TransferStatus: local1338_TransferStatus; + local1338__Block_: ResolverTypeWrapper; + local1338__Meta_: ResolverTypeWrapper; + local1337_Asset: ResolverTypeWrapper; + local1337_AssetBalance: ResolverTypeWrapper; + local1337_AssetBalance_filter: local1337_AssetBalance_filter; + local1337_AssetBalance_orderBy: local1337_AssetBalance_orderBy; + local1337_Asset_filter: local1337_Asset_filter; + local1337_Asset_orderBy: local1337_Asset_orderBy; + local1337_BigDecimal: ResolverTypeWrapper; + local1337_BlockChangedFilter: local1337_BlockChangedFilter; + local1337_Block_height: local1337_Block_height; + local1337_Bytes: ResolverTypeWrapper; + local1337_DestinationTransfer: ResolverTypeWrapper; + local1337_DestinationTransfer_filter: local1337_DestinationTransfer_filter; + local1337_DestinationTransfer_orderBy: local1337_DestinationTransfer_orderBy; + local1337_Int8: ResolverTypeWrapper; + local1337_OrderDirection: local1337_OrderDirection; + local1337_OriginTransfer: ResolverTypeWrapper; + local1337_OriginTransfer_filter: local1337_OriginTransfer_filter; + local1337_OriginTransfer_orderBy: local1337_OriginTransfer_orderBy; + local1337_Relayer: ResolverTypeWrapper; + local1337_Relayer_filter: local1337_Relayer_filter; + local1337_Relayer_orderBy: local1337_Relayer_orderBy; + local1337_Router: ResolverTypeWrapper; + local1337_Router_filter: local1337_Router_filter; + local1337_Router_orderBy: local1337_Router_orderBy; + local1337_Setting: ResolverTypeWrapper; + local1337_Setting_filter: local1337_Setting_filter; + local1337_Setting_orderBy: local1337_Setting_orderBy; + local1337_SponsorVault: ResolverTypeWrapper; + local1337_SponsorVault_filter: local1337_SponsorVault_filter; + local1337_SponsorVault_orderBy: local1337_SponsorVault_orderBy; + local1337_StableSwap: ResolverTypeWrapper; + local1337_StableSwap_filter: local1337_StableSwap_filter; + local1337_StableSwap_orderBy: local1337_StableSwap_orderBy; + local1337_TransferStatus: local1337_TransferStatus; + local1337__Block_: ResolverTypeWrapper; + local1337__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; @@ -88135,97 +86462,454 @@ export type ResolversTypes = ResolversObject<{ stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; stagingmumbai_swap__Block_: ResolverTypeWrapper; stagingmumbai_swap__Meta_: ResolverTypeWrapper; - local1337_Asset: ResolverTypeWrapper; - local1337_AssetBalance: ResolverTypeWrapper; - local1337_AssetBalance_filter: local1337_AssetBalance_filter; - local1337_AssetBalance_orderBy: local1337_AssetBalance_orderBy; - local1337_Asset_filter: local1337_Asset_filter; - local1337_Asset_orderBy: local1337_Asset_orderBy; - local1337_BigDecimal: ResolverTypeWrapper; - local1337_BlockChangedFilter: local1337_BlockChangedFilter; - local1337_Block_height: local1337_Block_height; - local1337_Bytes: ResolverTypeWrapper; - local1337_DestinationTransfer: ResolverTypeWrapper; - local1337_DestinationTransfer_filter: local1337_DestinationTransfer_filter; - local1337_DestinationTransfer_orderBy: local1337_DestinationTransfer_orderBy; - local1337_Int8: ResolverTypeWrapper; - local1337_OrderDirection: local1337_OrderDirection; - local1337_OriginTransfer: ResolverTypeWrapper; - local1337_OriginTransfer_filter: local1337_OriginTransfer_filter; - local1337_OriginTransfer_orderBy: local1337_OriginTransfer_orderBy; - local1337_Relayer: ResolverTypeWrapper; - local1337_Relayer_filter: local1337_Relayer_filter; - local1337_Relayer_orderBy: local1337_Relayer_orderBy; - local1337_Router: ResolverTypeWrapper; - local1337_Router_filter: local1337_Router_filter; - local1337_Router_orderBy: local1337_Router_orderBy; - local1337_Setting: ResolverTypeWrapper; - local1337_Setting_filter: local1337_Setting_filter; - local1337_Setting_orderBy: local1337_Setting_orderBy; - local1337_SponsorVault: ResolverTypeWrapper; - local1337_SponsorVault_filter: local1337_SponsorVault_filter; - local1337_SponsorVault_orderBy: local1337_SponsorVault_orderBy; - local1337_StableSwap: ResolverTypeWrapper; - local1337_StableSwap_filter: local1337_StableSwap_filter; - local1337_StableSwap_orderBy: local1337_StableSwap_orderBy; - local1337_TransferStatus: local1337_TransferStatus; - local1337__Block_: ResolverTypeWrapper; - local1337__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_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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; @@ -88257,9 +86941,6 @@ export type ResolversTypes = ResolversObject<{ 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; @@ -88272,9 +86953,6 @@ export type ResolversTypes = ResolversObject<{ 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_Router_filter: xdai_Router_filter; xdai_Router_orderBy: xdai_Router_orderBy; xdai_Sequencer: ResolverTypeWrapper; @@ -88289,6 +86967,547 @@ export type ResolversTypes = ResolversObject<{ xdai_TransferStatus: xdai_TransferStatus; xdai__Block_: ResolverTypeWrapper; xdai__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; + 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_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; + 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; + 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_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; + 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; + 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; + 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_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; + 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_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; + stagingarbitrumgoerli_AggregateRoot: ResolverTypeWrapper; + 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_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_TransferStatus: stagingarbitrumgoerli_TransferStatus; + stagingarbitrumgoerli__Block_: ResolverTypeWrapper; + stagingarbitrumgoerli__Meta_: ResolverTypeWrapper; polygon_AggregateRoot: ResolverTypeWrapper; polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; @@ -88352,92 +87571,430 @@ export type ResolversTypes = ResolversObject<{ 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; - 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_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; + 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_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; + staginggoerli_AggregateRoot: ResolverTypeWrapper; + 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_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_TransferStatus: staginggoerli_TransferStatus; + stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; + 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_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_TransferStatus: stagingoptimismgoerli_TransferStatus; + stagingoptimismgoerli__Block_: ResolverTypeWrapper; + stagingoptimismgoerli__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_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; + stagingmumbai_AggregateRoot: ResolverTypeWrapper; + 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_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_TransferStatus: stagingmumbai_TransferStatus; + stagingmumbai__Block_: ResolverTypeWrapper; + stagingmumbai__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_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; }>; /** 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_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']; - BigInt: Scalars['BigInt']; mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; mainnet_Block_height: mainnet_Block_height; mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - Boolean: Scalars['Boolean']; mainnet_Bytes: Scalars['mainnet_Bytes']; - Float: Scalars['Float']; mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - ID: Scalars['ID']; - Int: Scalars['Int']; mainnet_Int8: Scalars['mainnet_Int8']; mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; @@ -88451,7 +88008,6 @@ export type ResolversParentTypes = ResolversObject<{ mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; mainnet_RootPropagated: mainnet_RootPropagated; mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - String: Scalars['String']; mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; mainnet__Block_: mainnet__Block_; @@ -88481,6 +88037,31 @@ export type ResolversParentTypes = ResolversObject<{ testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; testgoerli__Block_: testgoerli__Block_; testgoerli__Meta_: testgoerli__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_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; @@ -88543,60 +88124,109 @@ export type ResolversParentTypes = ResolversObject<{ local1338_StableSwap_filter: local1338_StableSwap_filter; local1338__Block_: local1338__Block_; local1338__Meta_: local1338__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_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_; - 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_; + local1337_Asset: local1337_Asset; + local1337_AssetBalance: local1337_AssetBalance; + local1337_AssetBalance_filter: local1337_AssetBalance_filter; + local1337_Asset_filter: local1337_Asset_filter; + local1337_BigDecimal: Scalars['local1337_BigDecimal']; + local1337_BlockChangedFilter: local1337_BlockChangedFilter; + local1337_Block_height: local1337_Block_height; + local1337_Bytes: Scalars['local1337_Bytes']; + local1337_DestinationTransfer: local1337_DestinationTransfer; + local1337_DestinationTransfer_filter: local1337_DestinationTransfer_filter; + local1337_Int8: Scalars['local1337_Int8']; + local1337_OriginTransfer: local1337_OriginTransfer; + local1337_OriginTransfer_filter: local1337_OriginTransfer_filter; + local1337_Relayer: local1337_Relayer; + local1337_Relayer_filter: local1337_Relayer_filter; + local1337_Router: local1337_Router; + local1337_Router_filter: local1337_Router_filter; + local1337_Setting: local1337_Setting; + local1337_Setting_filter: local1337_Setting_filter; + local1337_SponsorVault: local1337_SponsorVault; + local1337_SponsorVault_filter: local1337_SponsorVault_filter; + local1337_StableSwap: local1337_StableSwap; + local1337_StableSwap_filter: local1337_StableSwap_filter; + local1337__Block_: local1337__Block_; + local1337__Meta_: local1337__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_; + 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_; mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; mumbai_swap_Block_height: mumbai_swap_Block_height; @@ -88636,84 +88266,6 @@ export type ResolversParentTypes = ResolversObject<{ mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; mumbai_swap__Block_: mumbai_swap__Block_; mumbai_swap__Meta_: mumbai_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_; - 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; @@ -88753,84 +88305,45 @@ export type ResolversParentTypes = ResolversObject<{ arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; arbitrumgoerli_swap__Block_: arbitrumgoerli_swap__Block_; arbitrumgoerli_swap__Meta_: arbitrumgoerli_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_; - 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_; + 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_; stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; @@ -88870,6 +88383,84 @@ export type ResolversParentTypes = ResolversObject<{ stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_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_; + 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_; goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; goerli_swap_Block_height: goerli_swap_Block_height; @@ -88909,6 +88500,159 @@ export type ResolversParentTypes = ResolversObject<{ goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; goerli_swap__Block_: goerli_swap__Block_; goerli_swap__Meta_: goerli_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_; + 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_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_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_; + 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_; + 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_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_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; polygon_swap_Block_height: polygon_swap_Block_height; @@ -88948,127 +88692,88 @@ export type ResolversParentTypes = ResolversObject<{ polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; polygon_swap__Block_: polygon_swap__Block_; polygon_swap__Meta_: polygon_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_; - 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_; - 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_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_; + 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_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_; + 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_; optimism_AggregateRoot: optimism_AggregateRoot; optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; optimism_Asset: optimism_Asset; @@ -89083,109 +88788,35 @@ export type ResolversParentTypes = ResolversObject<{ 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_; - staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; - 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_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; - 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_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; + 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_; optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; optimismgoerli_Asset: optimismgoerli_Asset; @@ -89229,51 +88860,49 @@ export type ResolversParentTypes = ResolversObject<{ optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; optimismgoerli__Block_: optimismgoerli__Block_; optimismgoerli__Meta_: optimismgoerli__Meta_; - stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; - 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_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__Block_: stagingoptimismgoerli__Block_; - stagingoptimismgoerli__Meta_: stagingoptimismgoerli__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_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_; stagingarbitrumgoerli_AggregateRoot: stagingarbitrumgoerli_AggregateRoot; stagingarbitrumgoerli_AggregateRoot_filter: stagingarbitrumgoerli_AggregateRoot_filter; stagingarbitrumgoerli_Asset: stagingarbitrumgoerli_Asset; @@ -89319,319 +88948,6 @@ export type ResolversParentTypes = ResolversObject<{ stagingarbitrumgoerli_SnapshotRoot_filter: stagingarbitrumgoerli_SnapshotRoot_filter; stagingarbitrumgoerli__Block_: stagingarbitrumgoerli__Block_; stagingarbitrumgoerli__Meta_: stagingarbitrumgoerli__Meta_; - stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; - 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_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__Block_: stagingmumbai__Block_; - stagingmumbai__Meta_: stagingmumbai__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_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_; - 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_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_; - 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_; - 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_; - local1337_Asset: local1337_Asset; - local1337_AssetBalance: local1337_AssetBalance; - local1337_AssetBalance_filter: local1337_AssetBalance_filter; - local1337_Asset_filter: local1337_Asset_filter; - local1337_BigDecimal: Scalars['local1337_BigDecimal']; - local1337_BlockChangedFilter: local1337_BlockChangedFilter; - local1337_Block_height: local1337_Block_height; - local1337_Bytes: Scalars['local1337_Bytes']; - local1337_DestinationTransfer: local1337_DestinationTransfer; - local1337_DestinationTransfer_filter: local1337_DestinationTransfer_filter; - local1337_Int8: Scalars['local1337_Int8']; - local1337_OriginTransfer: local1337_OriginTransfer; - local1337_OriginTransfer_filter: local1337_OriginTransfer_filter; - local1337_Relayer: local1337_Relayer; - local1337_Relayer_filter: local1337_Relayer_filter; - local1337_Router: local1337_Router; - local1337_Router_filter: local1337_Router_filter; - local1337_Setting: local1337_Setting; - local1337_Setting_filter: local1337_Setting_filter; - local1337_SponsorVault: local1337_SponsorVault; - local1337_SponsorVault_filter: local1337_SponsorVault_filter; - local1337_StableSwap: local1337_StableSwap; - local1337_StableSwap_filter: local1337_StableSwap_filter; - local1337__Block_: local1337__Block_; - local1337__Meta_: local1337__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_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; - 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_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_; polygon_AggregateRoot: polygon_AggregateRoot; polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; polygon_Asset: polygon_Asset; @@ -89675,49 +88991,256 @@ export type ResolversParentTypes = ResolversObject<{ polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; polygon__Block_: polygon__Block_; polygon__Meta_: polygon__Meta_; - 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_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_; + 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_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; + staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; + 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_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; + stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; + 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_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__Block_: stagingoptimismgoerli__Block_; + stagingoptimismgoerli__Meta_: stagingoptimismgoerli__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_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_; + stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; + 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_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__Block_: stagingmumbai__Block_; + stagingmumbai__Meta_: stagingmumbai__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_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_; }>; export type entityDirectiveArgs = { }; @@ -89737,6 +89260,29 @@ export type derivedFromDirectiveArgs = { 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_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>; @@ -89779,6 +89325,25 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; testgoerli__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_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; @@ -89829,48 +89394,91 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; local1338_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; local1338__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_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - goerli__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>; + local1337_asset?: Resolver, ParentType, ContextType, RequireFields>; + local1337_assets?: Resolver, ParentType, ContextType, RequireFields>; + local1337_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + local1337_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + local1337_router?: Resolver, ParentType, ContextType, RequireFields>; + local1337_routers?: Resolver, ParentType, ContextType, RequireFields>; + local1337_setting?: Resolver, ParentType, ContextType, RequireFields>; + local1337_settings?: Resolver, ParentType, ContextType, RequireFields>; + local1337_relayer?: Resolver, ParentType, ContextType, RequireFields>; + local1337_relayers?: Resolver, ParentType, ContextType, RequireFields>; + local1337_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + local1337_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + local1337_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + local1337_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + local1337_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + local1337_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + local1337_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + local1337_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + local1337__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>; + 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>; mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -89904,72 +89512,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; mumbai_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>; - 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>; @@ -89999,76 +89541,43 @@ export type QueryResolvers, 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>; - 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>; - 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>; + 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>; stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -90102,6 +89611,72 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_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>; + 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>; goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -90135,6 +89710,141 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; goerli_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>; + 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_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_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>; + 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>; + 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_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>; polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -90168,109 +89878,76 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; polygon_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>; - 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>; - 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_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>; + 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_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>; + 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>; optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -90308,6 +89985,192 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; optimism__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_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>; + 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_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>; + 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__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_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>; + 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_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>; staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -90346,79 +90209,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; staginggoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - 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_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_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>; @@ -90458,121 +90248,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_snapshotRoots?: 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__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__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_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>; bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -90599,252 +90274,119 @@ export type QueryResolvers, 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>; - 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>; - 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>; - local1337_asset?: Resolver, ParentType, ContextType, RequireFields>; - local1337_assets?: Resolver, ParentType, ContextType, RequireFields>; - local1337_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - local1337_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - local1337_router?: Resolver, ParentType, ContextType, RequireFields>; - local1337_routers?: Resolver, ParentType, ContextType, RequireFields>; - local1337_setting?: Resolver, ParentType, ContextType, RequireFields>; - local1337_settings?: Resolver, ParentType, ContextType, RequireFields>; - local1337_relayer?: Resolver, ParentType, ContextType, RequireFields>; - local1337_relayers?: Resolver, ParentType, ContextType, RequireFields>; - local1337_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - local1337_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - local1337_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - local1337_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - local1337_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - local1337_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - local1337_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - local1337_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - local1337__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_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>; - 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_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>; - 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_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>; - 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_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>; + 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>; + 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__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_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>; }>; 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_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>; @@ -90887,6 +90429,25 @@ export type SubscriptionResolvers, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; testgoerli__meta?: SubscriptionResolver, "testgoerli__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_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; @@ -90937,48 +90498,91 @@ export type SubscriptionResolvers, "local1338_destinationTransfer", ParentType, ContextType, RequireFields>; local1338_destinationTransfers?: SubscriptionResolver, "local1338_destinationTransfers", ParentType, ContextType, RequireFields>; local1338__meta?: SubscriptionResolver, "local1338__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_rootMessageProcessed?: SubscriptionResolver, "goerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: SubscriptionResolver, "goerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - goerli__meta?: SubscriptionResolver, "goerli__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>; + local1337_asset?: SubscriptionResolver, "local1337_asset", ParentType, ContextType, RequireFields>; + local1337_assets?: SubscriptionResolver, "local1337_assets", ParentType, ContextType, RequireFields>; + local1337_assetBalance?: SubscriptionResolver, "local1337_assetBalance", ParentType, ContextType, RequireFields>; + local1337_assetBalances?: SubscriptionResolver, "local1337_assetBalances", ParentType, ContextType, RequireFields>; + local1337_router?: SubscriptionResolver, "local1337_router", ParentType, ContextType, RequireFields>; + local1337_routers?: SubscriptionResolver, "local1337_routers", ParentType, ContextType, RequireFields>; + local1337_setting?: SubscriptionResolver, "local1337_setting", ParentType, ContextType, RequireFields>; + local1337_settings?: SubscriptionResolver, "local1337_settings", ParentType, ContextType, RequireFields>; + local1337_relayer?: SubscriptionResolver, "local1337_relayer", ParentType, ContextType, RequireFields>; + local1337_relayers?: SubscriptionResolver, "local1337_relayers", ParentType, ContextType, RequireFields>; + local1337_stableSwap?: SubscriptionResolver, "local1337_stableSwap", ParentType, ContextType, RequireFields>; + local1337_stableSwaps?: SubscriptionResolver, "local1337_stableSwaps", ParentType, ContextType, RequireFields>; + local1337_sponsorVault?: SubscriptionResolver, "local1337_sponsorVault", ParentType, ContextType, RequireFields>; + local1337_sponsorVaults?: SubscriptionResolver, "local1337_sponsorVaults", ParentType, ContextType, RequireFields>; + local1337_originTransfer?: SubscriptionResolver, "local1337_originTransfer", ParentType, ContextType, RequireFields>; + local1337_originTransfers?: SubscriptionResolver, "local1337_originTransfers", ParentType, ContextType, RequireFields>; + local1337_destinationTransfer?: SubscriptionResolver, "local1337_destinationTransfer", ParentType, ContextType, RequireFields>; + local1337_destinationTransfers?: SubscriptionResolver, "local1337_destinationTransfers", ParentType, ContextType, RequireFields>; + local1337__meta?: SubscriptionResolver, "local1337__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>; + 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>; 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>; @@ -91012,72 +90616,6 @@ export type SubscriptionResolvers, "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>; - 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>; - 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>; @@ -91111,72 +90649,39 @@ export type SubscriptionResolvers, "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>; - 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>; - 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>; + 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>; 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>; @@ -91210,6 +90715,72 @@ 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>; + 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>; + 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>; 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>; @@ -91243,6 +90814,141 @@ 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>; + 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_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_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>; + 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>; + 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_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>; 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>; @@ -91276,109 +90982,76 @@ 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>; - 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>; - 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>; - 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_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>; + 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_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>; + 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>; optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; @@ -91416,80 +91089,6 @@ export type SubscriptionResolvers, "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>; - 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_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>; @@ -91527,6 +91126,193 @@ export type SubscriptionResolvers, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__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_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>; + 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__meta?: SubscriptionResolver, "stagingarbitrumgoerli__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_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>; + 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_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>; + 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>; stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -91566,45 +91352,43 @@ export type SubscriptionResolvers, "stagingoptimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_snapshotRoots?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoots", 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__meta?: SubscriptionResolver, "stagingarbitrumgoerli__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_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>; stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; @@ -91681,275 +91465,141 @@ export type SubscriptionResolvers, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; mumbai__meta?: SubscriptionResolver, "mumbai__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_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>; - 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>; - 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>; - local1337_asset?: SubscriptionResolver, "local1337_asset", ParentType, ContextType, RequireFields>; - local1337_assets?: SubscriptionResolver, "local1337_assets", ParentType, ContextType, RequireFields>; - local1337_assetBalance?: SubscriptionResolver, "local1337_assetBalance", ParentType, ContextType, RequireFields>; - local1337_assetBalances?: SubscriptionResolver, "local1337_assetBalances", ParentType, ContextType, RequireFields>; - local1337_router?: SubscriptionResolver, "local1337_router", ParentType, ContextType, RequireFields>; - local1337_routers?: SubscriptionResolver, "local1337_routers", ParentType, ContextType, RequireFields>; - local1337_setting?: SubscriptionResolver, "local1337_setting", ParentType, ContextType, RequireFields>; - local1337_settings?: SubscriptionResolver, "local1337_settings", ParentType, ContextType, RequireFields>; - local1337_relayer?: SubscriptionResolver, "local1337_relayer", ParentType, ContextType, RequireFields>; - local1337_relayers?: SubscriptionResolver, "local1337_relayers", ParentType, ContextType, RequireFields>; - local1337_stableSwap?: SubscriptionResolver, "local1337_stableSwap", ParentType, ContextType, RequireFields>; - local1337_stableSwaps?: SubscriptionResolver, "local1337_stableSwaps", ParentType, ContextType, RequireFields>; - local1337_sponsorVault?: SubscriptionResolver, "local1337_sponsorVault", ParentType, ContextType, RequireFields>; - local1337_sponsorVaults?: SubscriptionResolver, "local1337_sponsorVaults", ParentType, ContextType, RequireFields>; - local1337_originTransfer?: SubscriptionResolver, "local1337_originTransfer", ParentType, ContextType, RequireFields>; - local1337_originTransfers?: SubscriptionResolver, "local1337_originTransfers", ParentType, ContextType, RequireFields>; - local1337_destinationTransfer?: SubscriptionResolver, "local1337_destinationTransfer", ParentType, ContextType, RequireFields>; - local1337_destinationTransfers?: SubscriptionResolver, "local1337_destinationTransfers", ParentType, ContextType, RequireFields>; - local1337__meta?: SubscriptionResolver, "local1337__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_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>; - 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_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>; - 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_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>; - 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_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>; +}>; + +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_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<{ @@ -91974,10 +91624,6 @@ export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig< name: 'mainnet_BigDecimal'; } -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -92243,6 +91889,162 @@ export type testgoerli__Meta_Resolvers; }>; +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; +}>; + export type staginggoerli_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; index?: Resolver; @@ -92491,267 +92293,136 @@ export type local1338_OriginTransferResolvers, 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 local1338_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type local1338_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 local1338_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type local1338_SponsorVaultResolvers = ResolversObject<{ - id?: Resolver; - sponsorVault?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type local1338_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type local1338__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type local1338__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -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 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_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; + 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 goerli_RootAggregatedResolvers = ResolversObject<{ +export type local1338_RelayerResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootManagerMetaResolvers = ResolversObject<{ +export type local1338_RouterResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + 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 goerli_RootMessageProcessedResolvers = ResolversObject<{ +export type local1338_SettingResolvers = 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>; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootPropagatedResolvers = ResolversObject<{ +export type local1338_SponsorVaultResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; + sponsorVault?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type local1338_StableSwapResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type local1338__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type local1338__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli_AssetResolvers = ResolversObject<{ +export type local1337_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; canonicalDomain?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type local1337_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_BigDecimal'; +export interface local1337_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'local1337_BigDecimal'; } -export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Bytes'; +export interface local1337_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'local1337_Bytes'; } -export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type local1337_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: 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>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; forceSlow?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callback?: 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>; + 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>; + localAsset?: Resolver, ParentType, ContextType>; localAmount?: Resolver, ParentType, ContextType>; sponsorVaultRelayerFee?: 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>; - 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>; @@ -92759,35 +92430,35 @@ export type testoptimismgoerli_DestinationTransferResolvers; }>; -export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Int8'; +export interface local1337_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'local1337_Int8'; } -export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type local1337_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: 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>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; forceSlow?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; callbackFee?: Resolver, ParentType, ContextType>; relayerFee?: Resolver, ParentType, ContextType>; destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; bridgedAmount?: 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>; @@ -92795,166 +92466,166 @@ export type testoptimismgoerli_OriginTransferResolvers; }>; -export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ +export type local1337_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli_RouterResolvers = ResolversObject<{ +export type local1337_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 testoptimismgoerli_SettingResolvers = ResolversObject<{ +export type local1337_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ +export type local1337_SponsorVaultResolvers = ResolversObject<{ id?: Resolver; - sponsorVault?: Resolver; + sponsorVault?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ +export type local1337_StableSwapResolvers = ResolversObject<{ id?: Resolver; - canonicalId?: Resolver; + canonicalId?: Resolver; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; + swapPool?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type local1337__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type local1337__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>; @@ -92963,25 +92634,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; @@ -92990,15 +92661,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>; @@ -93007,170 +92678,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 stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_BigDecimal'; +export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_BigDecimal'; } -export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Bytes'; +export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Bytes'; } -export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Int8'; +export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Int8'; } -export type stagingarbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ +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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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>; @@ -93179,25 +92850,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 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 stagingarbitrumgoerli_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; @@ -93206,15 +92877,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 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>; @@ -93223,170 +92894,170 @@ 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 stagingmumbai_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 stagingmumbai_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 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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_BigDecimal'; +export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_BigDecimal'; } -export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Bytes'; +export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Bytes'; } -export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Int8'; +export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Int8'; } -export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_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 optimismgoerli_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>; @@ -93395,25 +93066,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 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 optimismgoerli_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; @@ -93422,15 +93093,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 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>; @@ -93439,58 +93110,58 @@ 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 mumbai_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 mumbai_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 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 optimismgoerli_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 optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_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 optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -93712,329 +93383,113 @@ export type arbitrumgoerli_swap__Meta_Resolvers; }>; -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; - 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 xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type xdai_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 xdai_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 xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: 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; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type xdai_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; - 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>; @@ -94043,25 +93498,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; @@ -94070,15 +93525,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>; @@ -94087,58 +93542,58 @@ 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; @@ -94360,113 +93815,113 @@ export type stagingoptimismgoerli_swap__Meta_Resolvers; }>; -export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_BigDecimal'; +export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_BigDecimal'; } -export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Bytes'; +export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Bytes'; } -export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Int8'; +export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Int8'; } -export type goerli_swap_LpAccountResolvers = ResolversObject<{ +export type optimismgoerli_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 optimismgoerli_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 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 goerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_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 goerli_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 goerli_swap_PooledTokenResolvers = ResolversObject<{ +export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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 goerli_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>; @@ -94475,25 +93930,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 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 goerli_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; @@ -94502,15 +93957,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 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>; @@ -94519,170 +93974,170 @@ 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 optimismgoerli_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 optimismgoerli_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 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 goerli_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 goerli_swap_SystemInfoResolvers = ResolversObject<{ +export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_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 goerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; +export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_BigDecimal'; } -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; +export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Bytes'; } -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; +export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Int8'; } -export type polygon_swap_LpAccountResolvers = ResolversObject<{ +export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type arbitrumone_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 polygon_swap_LpTokenResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_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 arbitrumone_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 arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_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>; @@ -94691,25 +94146,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 arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_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 arbitrumone_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -94718,15 +94173,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 arbitrumone_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>; @@ -94735,170 +94190,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 arbitrumone_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 arbitrumone_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 arbitrumone_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_SwapDailyVolume' | 'arbitrumone_swap_SwapHourlyVolume' | 'arbitrumone_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__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 polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone_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 goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_BigDecimal'; } -export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Bytes'; +export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Bytes'; } -export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Int8'; +export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Int8'; } -export type arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_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 arbitrumone_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 arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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 arbitrumone_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>; @@ -94907,25 +94362,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 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 arbitrumone_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; @@ -94934,15 +94389,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 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>; @@ -94951,170 +94406,170 @@ 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 goerli_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 goerli_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 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 arbitrumone_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 arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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 arbitrumone_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli_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>; @@ -95123,25 +94578,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; @@ -95150,15 +94605,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>; @@ -95167,237 +94622,219 @@ 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; }>; -export type arbitrumgoerli_AggregateRootResolvers = ResolversObject<{ +export type xdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_AssetResolvers = ResolversObject<{ +export type xdai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + key?: 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 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 arbitrumgoerli_AssetStatusResolvers = ResolversObject<{ +export type xdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_BigDecimal'; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; } -export interface arbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_Bytes'; +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; } -export type arbitrumgoerli_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 arbitrumgoerli_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>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + executedTxOrigin?: 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>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_Int8'; +export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; } -export type arbitrumgoerli_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 arbitrumgoerli_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>; + message?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: 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>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RelayerResolvers = ResolversObject<{ +export type xdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_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; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -95405,20 +94842,20 @@ export type arbitrumgoerli_RelayerFeesIncreaseResolvers; }>; -export type arbitrumgoerli_RootCountResolvers = ResolversObject<{ +export type xdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_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>; @@ -95426,241 +94863,433 @@ export type arbitrumgoerli_RootMessageSentResolvers; }>; -export type arbitrumgoerli_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 xdai_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_BigDecimal'; +} + +export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Bytes'; +} + +export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Int8'; +} + +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<{ + 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 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 type stagingarbitrumgoerli_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 stagingarbitrumgoerli_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 stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - balance?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __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 arbitrumgoerli_SettingResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_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 arbitrumgoerli__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 arbitrumgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type mainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type mainnet_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 optimism_AssetBalanceResolvers = ResolversObject<{ +export type mainnet_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 mainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; -} - -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; -} - -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type mainnet_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 mainnet_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>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + executedTxOrigin?: 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>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; -} - -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type mainnet_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 mainnet_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>; - txNonce?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type mainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type mainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mainnet_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; @@ -95668,20 +95297,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type mainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type mainnet_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>; @@ -95689,46 +95318,46 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type mainnet_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 mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type mainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type mainnet_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -95736,429 +95365,393 @@ export type optimism_SlippageUpdateResolvers; }>; -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; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_BigDecimal'; +} -export type staginggoerli_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Bytes'; +} -export type staginggoerli_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 polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Int8'; +} -export type staginggoerli_AssetBalanceResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_AssetStatusResolvers = ResolversObject<{ +export type polygon_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 type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_DestinationTransferResolvers = ResolversObject<{ +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_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 staginggoerli_OriginMessageResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_OriginTransferResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RelayerResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RelayerFeeResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_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 staginggoerli_RootCountResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RootMessageSentResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RouterResolvers = ResolversObject<{ +export type polygon_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 staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - balance?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SequencerResolvers = ResolversObject<{ +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; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SettingResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + exchangeCount?: Resolver; + swapCount?: 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; +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; +export type polygon_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootResolvers = ResolversObject<{ +export type arbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetResolvers = ResolversObject<{ +export type arbitrumone_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 goerli_AssetBalanceResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ConnectorMetaResolvers = ResolversObject<{ +export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_BigDecimal'; +} + +export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Bytes'; +} + +export type arbitrumone_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 arbitrumone_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>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + executedTxOrigin?: 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>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginMessageResolvers = ResolversObject<{ +export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Int8'; +} + +export type arbitrumone_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 arbitrumone_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>; - txNonce?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerResolvers = ResolversObject<{ +export type arbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumone_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; @@ -96166,20 +95759,20 @@ export type goerli_RelayerFeesIncreaseResolvers; }>; -export type goerli_RootCountResolvers = ResolversObject<{ +export type arbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumone_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>; @@ -96187,46 +95780,46 @@ export type goerli_RootMessageSentResolvers; }>; -export type goerli_RouterResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SequencerResolvers = ResolversObject<{ +export type arbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SettingResolvers = ResolversObject<{ +export type arbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -96234,443 +95827,410 @@ export type goerli_SlippageUpdateResolvers; }>; -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>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; +export type arbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: 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; +export type arbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; +} -export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_BigDecimal'; +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; } -export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Bytes'; +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; } -export type optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type xdai_swap_LpAccountResolvers = 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; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type xdai_swap_LpAccountBalanceResolvers = 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>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Int8'; -} - -export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ +export type xdai_swap_LpTokenResolvers = 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>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; 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; + 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 optimismgoerli_RelayerResolvers = ResolversObject<{ +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type xdai_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 optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xdai_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; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RootCountResolvers = ResolversObject<{ +export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ +export type xdai_swap_StableSwapExchangeResolvers = 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; + 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_RouterResolvers = ResolversObject<{ +export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = 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; + 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_RouterDailyTVLResolvers = ResolversObject<{ +export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - balance?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SequencerResolvers = ResolversObject<{ +export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SettingResolvers = ResolversObject<{ +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 xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type xdai_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 optimismgoerli__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 optimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_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>; + 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 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 stagingoptimismgoerli_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_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; @@ -96678,20 +96238,20 @@ export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_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>; @@ -96699,46 +96259,46 @@ export type stagingoptimismgoerli_RootMessageSentResolvers; }>; -export type stagingoptimismgoerli_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 stagingoptimismgoerli_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 stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_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; @@ -96746,204 +96306,194 @@ export type stagingoptimismgoerli_SlippageUpdateResolvers; }>; -export type stagingoptimismgoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli__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 stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ +export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AssetResolvers = ResolversObject<{ +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_BigDecimal'; +export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_BigDecimal'; } -export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_Bytes'; +export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Bytes'; } -export type stagingarbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ +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>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ +export type optimismgoerli_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 interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Int8'; } -export type stagingarbitrumgoerli_OriginMessageResolvers = ResolversObject<{ +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ +export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimismgoerli_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; @@ -96951,20 +96501,20 @@ export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ +export type optimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ +export type optimismgoerli_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>; @@ -96972,46 +96522,46 @@ export type stagingarbitrumgoerli_RootMessageSentResolvers; }>; -export type stagingarbitrumgoerli_RouterResolvers = ResolversObject<{ +export type optimismgoerli_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 optimismgoerli_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 optimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ +export type optimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_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; @@ -97019,204 +96569,194 @@ 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__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli__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 optimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ +export type arbitrumgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetResolvers = ResolversObject<{ +export type arbitrumgoerli_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 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 stagingmumbai_AssetStatusResolvers = ResolversObject<{ +export type arbitrumgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_BigDecimal'; +export interface arbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_BigDecimal'; } -export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Bytes'; +export interface arbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_Bytes'; } -export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ +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 stagingmumbai_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 interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Int8'; +export interface arbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_Int8'; } -export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ +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 stagingmumbai_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 stagingmumbai_RelayerResolvers = ResolversObject<{ +export type arbitrumgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_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; @@ -97224,20 +96764,20 @@ export type stagingmumbai_RelayerFeesIncreaseResolvers; }>; -export type stagingmumbai_RootCountResolvers = ResolversObject<{ +export type arbitrumgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_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>; @@ -97245,46 +96785,46 @@ export type stagingmumbai_RootMessageSentResolvers; }>; -export type stagingmumbai_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 stagingmumbai_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 stagingmumbai_SequencerResolvers = ResolversObject<{ +export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SettingResolvers = ResolversObject<{ +export type arbitrumgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_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; @@ -97292,204 +96832,194 @@ 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__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumgoerli__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 arbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_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 mumbai_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 mumbai_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_BigDecimal'; +export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_BigDecimal'; } -export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Bytes'; +export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Bytes'; } -export type mumbai_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 mumbai_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 mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Int8'; +export interface stagingarbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Int8'; } -export type mumbai_OriginMessageResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_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 mumbai_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 mumbai_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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; @@ -97497,20 +97027,20 @@ export type mumbai_RelayerFeesIncreaseResolvers; }>; -export type mumbai_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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>; @@ -97518,46 +97048,46 @@ export type mumbai_RootMessageSentResolvers; }>; -export type mumbai_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 mumbai_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 mumbai_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SettingResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_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; @@ -97565,194 +97095,204 @@ export type mumbai_SlippageUpdateResolvers; }>; -export type mumbai__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__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 stagingarbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type polygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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>; + 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 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 bnb_AssetStatusResolvers = ResolversObject<{ +export type polygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export type bnb_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 bnb_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 bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Int8'; +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; } -export type bnb_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 bnb_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 bnb_RelayerResolvers = ResolversObject<{ +export type polygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type polygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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; @@ -97760,20 +97300,20 @@ export type bnb_RelayerFeesIncreaseResolvers; }>; -export type bnb_RootCountResolvers = ResolversObject<{ +export type polygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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>; @@ -97781,46 +97321,46 @@ export type bnb_RootMessageSentResolvers; }>; -export type bnb_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 bnb_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 bnb_SequencerResolvers = ResolversObject<{ +export type polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SettingResolvers = ResolversObject<{ +export type polygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SlippageUpdateResolvers = ResolversObject<{ +export type polygon_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -97828,770 +97368,678 @@ export type bnb_SlippageUpdateResolvers; }>; -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon__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 polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; -} - -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; -} - -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; -} - -export type optimism_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_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 optimism_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 optimism_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimism_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 optimism_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_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 optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_AggregateRootResolvers = 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; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_AssetResolvers = 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; + 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 optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_AssetBalanceResolvers = 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; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: 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 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 optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: 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 optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_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; - deployment?: Resolver; - hasIndexingErrors?: 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 interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_BigDecimal'; -} - -export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Bytes'; -} - -export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Int8'; -} - -export type stagingmumbai_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + 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 stagingmumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type stagingmumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_RootCountResolvers = 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>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_RootMessageSentResolvers = 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, 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 stagingmumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_StableSwapAddLiquidityEvent' | 'stagingmumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type stagingmumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_RouterResolvers = 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; + 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 stagingmumbai_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 stagingmumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -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; -}>; - -export type stagingmumbai_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 stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type staginggoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type staginggoerli_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 stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type staginggoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337_AssetResolvers = ResolversObject<{ +export type staginggoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: Resolver; - blockNumber?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337_AssetBalanceResolvers = ResolversObject<{ +export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface local1337_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'local1337_BigDecimal'; -} - -export interface local1337_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'local1337_Bytes'; -} - -export type local1337_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>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: 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>; + 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>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: 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 local1337_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'local1337_Int8'; -} +export type staginggoerli_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 local1337_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>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: 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>; + 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 local1337_RelayerResolvers = ResolversObject<{ +export type staginggoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337_RouterResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_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 staginggoerli_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_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 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 local1337_SettingResolvers = ResolversObject<{ +export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337_SponsorVaultResolvers = ResolversObject<{ +export type staginggoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - sponsorVault?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337_StableSwapResolvers = ResolversObject<{ +export type staginggoerli_SettingResolvers = ResolversObject<{ id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type local1337__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +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 local1337__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AssetResolvers = ResolversObject<{ +export type stagingoptimismgoerli_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 mainnet_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 mainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ConnectorMetaResolvers = ResolversObject<{ +export interface stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_BigDecimal'; +} + +export interface stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Bytes'; +} + +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 mainnet_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 type mainnet_OriginMessageResolvers = ResolversObject<{ +export interface stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Int8'; +} + +export type stagingoptimismgoerli_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 mainnet_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 mainnet_RelayerResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -98599,20 +98047,20 @@ export type mainnet_RelayerFeesIncreaseResolvers; }>; -export type mainnet_RootCountResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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>; @@ -98620,227 +98068,251 @@ export type mainnet_RootMessageSentResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ +export type stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ + id?: Resolver; + 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; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; +export type stagingoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; +export type stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootResolvers = ResolversObject<{ +export type bnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetResolvers = ResolversObject<{ +export type bnb_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 xdai_AssetBalanceResolvers = ResolversObject<{ +export type bnb_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 bnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Bytes'; } -export type xdai_ConnectorMetaResolvers = ResolversObject<{ +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>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_DestinationTransferResolvers = ResolversObject<{ +export type bnb_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 bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Int8'; } -export type xdai_OriginMessageResolvers = ResolversObject<{ +export type bnb_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 xdai_OriginTransferResolvers = ResolversObject<{ +export type bnb_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 bnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeeResolvers = ResolversObject<{ +export type bnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type bnb_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; @@ -98848,20 +98320,20 @@ export type xdai_RelayerFeesIncreaseResolvers; }>; -export type xdai_RootCountResolvers = ResolversObject<{ +export type bnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RootMessageSentResolvers = ResolversObject<{ +export type bnb_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>; @@ -98869,46 +98341,46 @@ export type xdai_RootMessageSentResolvers; }>; -export type xdai_RouterResolvers = ResolversObject<{ +export type bnb_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 bnb_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SequencerResolvers = ResolversObject<{ +export type bnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SettingResolvers = ResolversObject<{ +export type bnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SlippageUpdateResolvers = ResolversObject<{ +export type bnb_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -98916,194 +98388,194 @@ export type xdai_SlippageUpdateResolvers; }>; -export type xdai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb__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 bnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootResolvers = ResolversObject<{ +export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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 polygon_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 polygon_AssetStatusResolvers = ResolversObject<{ +export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; +export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_BigDecimal'; } -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; +export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Bytes'; } -export type polygon_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 polygon_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 polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; +export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Int8'; } -export type polygon_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 polygon_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 polygon_RelayerResolvers = ResolversObject<{ +export type stagingmumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_RelayerFeeResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -99111,20 +98583,20 @@ export type polygon_RelayerFeesIncreaseResolvers; }>; -export type polygon_RootCountResolvers = ResolversObject<{ +export type stagingmumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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>; @@ -99132,46 +98604,46 @@ export type polygon_RootMessageSentResolvers; }>; -export type polygon_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 polygon_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 polygon_SequencerResolvers = ResolversObject<{ +export type stagingmumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_SettingResolvers = ResolversObject<{ +export type stagingmumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -99179,194 +98651,204 @@ export type polygon_SlippageUpdateResolvers; }>; -export type polygon__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__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootResolvers = ResolversObject<{ +export type mumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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>; + 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 arbitrumone_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 arbitrumone_AssetStatusResolvers = ResolversObject<{ +export type mumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_BigDecimal'; +export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_BigDecimal'; } -export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Bytes'; +export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Bytes'; } -export type arbitrumone_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 arbitrumone_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 arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Int8'; +export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Int8'; } -export type arbitrumone_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 arbitrumone_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 arbitrumone_RelayerResolvers = ResolversObject<{ +export type mumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type mumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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; @@ -99374,20 +98856,20 @@ export type arbitrumone_RelayerFeesIncreaseResolvers; }>; -export type arbitrumone_RootCountResolvers = ResolversObject<{ +export type mumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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>; @@ -99395,46 +98877,46 @@ export type arbitrumone_RootMessageSentResolvers; }>; -export type arbitrumone_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 arbitrumone_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 arbitrumone_SequencerResolvers = ResolversObject<{ +export type mumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SettingResolvers = ResolversObject<{ +export type mumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_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; @@ -99442,15 +98924,15 @@ export type arbitrumone_SlippageUpdateResolvers; }>; -export type arbitrumone__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 arbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -99459,10 +98941,26 @@ export type arbitrumone__Meta_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; + goerli_Int8?: GraphQLScalarType; + goerli_OptimismConnectorMeta?: goerli_OptimismConnectorMetaResolvers; + goerli_PolygonConnectorMeta?: goerli_PolygonConnectorMetaResolvers; + goerli_RootAggregated?: goerli_RootAggregatedResolvers; + goerli_RootManagerMeta?: goerli_RootManagerMetaResolvers; + goerli_RootMessageProcessed?: goerli_RootMessageProcessedResolvers; + goerli_RootPropagated?: goerli_RootPropagatedResolvers; + goerli_ZkSyncConnectorMeta?: goerli_ZkSyncConnectorMetaResolvers; + goerli__Block_?: goerli__Block_Resolvers; + goerli__Meta_?: goerli__Meta_Resolvers; mainnet_AggregatedMessageRoot?: mainnet_AggregatedMessageRootResolvers; mainnet_ArbitrumConnectorMeta?: mainnet_ArbitrumConnectorMetaResolvers; mainnet_BigDecimal?: GraphQLScalarType; - BigInt?: GraphQLScalarType; mainnet_BnbConnectorMeta?: mainnet_BnbConnectorMetaResolvers; mainnet_Bytes?: GraphQLScalarType; mainnet_GnosisConnectorMeta?: mainnet_GnosisConnectorMetaResolvers; @@ -99490,6 +98988,20 @@ export type Resolvers = ResolversObject<{ testgoerli_StableSwap?: testgoerli_StableSwapResolvers; testgoerli__Block_?: testgoerli__Block_Resolvers; testgoerli__Meta_?: testgoerli__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_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; staginggoerli_BigDecimal?: GraphQLScalarType; @@ -99524,36 +99036,62 @@ export type Resolvers = ResolversObject<{ local1338_StableSwap?: local1338_StableSwapResolvers; local1338__Block_?: local1338__Block_Resolvers; local1338__Meta_?: local1338__Meta_Resolvers; - goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; - goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; - goerli_BigDecimal?: GraphQLScalarType; - goerli_BnbConnectorMeta?: goerli_BnbConnectorMetaResolvers; - goerli_Bytes?: GraphQLScalarType; - goerli_GnosisConnectorMeta?: goerli_GnosisConnectorMetaResolvers; - goerli_Int8?: GraphQLScalarType; - goerli_OptimismConnectorMeta?: goerli_OptimismConnectorMetaResolvers; - goerli_PolygonConnectorMeta?: goerli_PolygonConnectorMetaResolvers; - goerli_RootAggregated?: goerli_RootAggregatedResolvers; - goerli_RootManagerMeta?: goerli_RootManagerMetaResolvers; - goerli_RootMessageProcessed?: goerli_RootMessageProcessedResolvers; - goerli_RootPropagated?: goerli_RootPropagatedResolvers; - goerli_ZkSyncConnectorMeta?: goerli_ZkSyncConnectorMetaResolvers; - goerli__Block_?: goerli__Block_Resolvers; - goerli__Meta_?: goerli__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; + local1337_Asset?: local1337_AssetResolvers; + local1337_AssetBalance?: local1337_AssetBalanceResolvers; + local1337_BigDecimal?: GraphQLScalarType; + local1337_Bytes?: GraphQLScalarType; + local1337_DestinationTransfer?: local1337_DestinationTransferResolvers; + local1337_Int8?: GraphQLScalarType; + local1337_OriginTransfer?: local1337_OriginTransferResolvers; + local1337_Relayer?: local1337_RelayerResolvers; + local1337_Router?: local1337_RouterResolvers; + local1337_Setting?: local1337_SettingResolvers; + local1337_SponsorVault?: local1337_SponsorVaultResolvers; + local1337_StableSwap?: local1337_StableSwapResolvers; + local1337__Block_?: local1337__Block_Resolvers; + local1337__Meta_?: local1337__Meta_Resolvers; + staginggoerli_swap_BigDecimal?: GraphQLScalarType; + staginggoerli_swap_Bytes?: GraphQLScalarType; + staginggoerli_swap_Int8?: GraphQLScalarType; + staginggoerli_swap_LpAccount?: staginggoerli_swap_LpAccountResolvers; + staginggoerli_swap_LpAccountBalance?: staginggoerli_swap_LpAccountBalanceResolvers; + staginggoerli_swap_LpToken?: staginggoerli_swap_LpTokenResolvers; + staginggoerli_swap_LpTokenEvent?: staginggoerli_swap_LpTokenEventResolvers; + staginggoerli_swap_LpTransferEvent?: staginggoerli_swap_LpTransferEventResolvers; + staginggoerli_swap_PooledToken?: staginggoerli_swap_PooledTokenResolvers; + staginggoerli_swap_StableSwap?: staginggoerli_swap_StableSwapResolvers; + staginggoerli_swap_StableSwapAddLiquidityEvent?: staginggoerli_swap_StableSwapAddLiquidityEventResolvers; + staginggoerli_swap_StableSwapEvent?: staginggoerli_swap_StableSwapEventResolvers; + staginggoerli_swap_StableSwapExchange?: staginggoerli_swap_StableSwapExchangeResolvers; + staginggoerli_swap_StableSwapRemoveLiquidityEvent?: staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers; + staginggoerli_swap_SwapDailyVolume?: staginggoerli_swap_SwapDailyVolumeResolvers; + staginggoerli_swap_SwapHourlyVolume?: staginggoerli_swap_SwapHourlyVolumeResolvers; + staginggoerli_swap_SwapTradeVolume?: staginggoerli_swap_SwapTradeVolumeResolvers; + staginggoerli_swap_SwapWeeklyVolume?: staginggoerli_swap_SwapWeeklyVolumeResolvers; + staginggoerli_swap_SystemInfo?: staginggoerli_swap_SystemInfoResolvers; + staginggoerli_swap__Block_?: staginggoerli_swap__Block_Resolvers; + staginggoerli_swap__Meta_?: staginggoerli_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; mumbai_swap_BigDecimal?: GraphQLScalarType; mumbai_swap_Bytes?: GraphQLScalarType; mumbai_swap_Int8?: GraphQLScalarType; @@ -99575,48 +99113,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; - 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; - 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; @@ -99638,48 +99134,27 @@ export type Resolvers = ResolversObject<{ arbitrumgoerli_swap_SystemInfo?: arbitrumgoerli_swap_SystemInfoResolvers; arbitrumgoerli_swap__Block_?: arbitrumgoerli_swap__Block_Resolvers; arbitrumgoerli_swap__Meta_?: arbitrumgoerli_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; - 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; + 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; stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; @@ -99701,48 +99176,27 @@ export type Resolvers = ResolversObject<{ stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__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; - polygon_swap_BigDecimal?: GraphQLScalarType; - polygon_swap_Bytes?: GraphQLScalarType; - polygon_swap_Int8?: GraphQLScalarType; - polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; - polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; - polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; - polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; - polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; - polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; - polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; - polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; - polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; - polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; - polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; - polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; - polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; - polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; - polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; - polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; - polygon_swap__Block_?: polygon_swap__Block_Resolvers; - polygon_swap__Meta_?: polygon_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; arbitrumone_swap_BigDecimal?: GraphQLScalarType; arbitrumone_swap_Bytes?: GraphQLScalarType; arbitrumone_swap_Int8?: GraphQLScalarType; @@ -99764,50 +99218,173 @@ export type Resolvers = ResolversObject<{ arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; - staginggoerli_swap_BigDecimal?: GraphQLScalarType; - staginggoerli_swap_Bytes?: GraphQLScalarType; - staginggoerli_swap_Int8?: GraphQLScalarType; - staginggoerli_swap_LpAccount?: staginggoerli_swap_LpAccountResolvers; - staginggoerli_swap_LpAccountBalance?: staginggoerli_swap_LpAccountBalanceResolvers; - staginggoerli_swap_LpToken?: staginggoerli_swap_LpTokenResolvers; - staginggoerli_swap_LpTokenEvent?: staginggoerli_swap_LpTokenEventResolvers; - staginggoerli_swap_LpTransferEvent?: staginggoerli_swap_LpTransferEventResolvers; - staginggoerli_swap_PooledToken?: staginggoerli_swap_PooledTokenResolvers; - staginggoerli_swap_StableSwap?: staginggoerli_swap_StableSwapResolvers; - staginggoerli_swap_StableSwapAddLiquidityEvent?: staginggoerli_swap_StableSwapAddLiquidityEventResolvers; - staginggoerli_swap_StableSwapEvent?: staginggoerli_swap_StableSwapEventResolvers; - staginggoerli_swap_StableSwapExchange?: staginggoerli_swap_StableSwapExchangeResolvers; - staginggoerli_swap_StableSwapRemoveLiquidityEvent?: staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers; - staginggoerli_swap_SwapDailyVolume?: staginggoerli_swap_SwapDailyVolumeResolvers; - staginggoerli_swap_SwapHourlyVolume?: staginggoerli_swap_SwapHourlyVolumeResolvers; - staginggoerli_swap_SwapTradeVolume?: staginggoerli_swap_SwapTradeVolumeResolvers; - staginggoerli_swap_SwapWeeklyVolume?: staginggoerli_swap_SwapWeeklyVolumeResolvers; - staginggoerli_swap_SystemInfo?: staginggoerli_swap_SystemInfoResolvers; - staginggoerli_swap__Block_?: staginggoerli_swap__Block_Resolvers; - staginggoerli_swap__Meta_?: staginggoerli_swap__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_Sequencer?: arbitrumgoerli_SequencerResolvers; - arbitrumgoerli_Setting?: arbitrumgoerli_SettingResolvers; - arbitrumgoerli_SlippageUpdate?: arbitrumgoerli_SlippageUpdateResolvers; - arbitrumgoerli__Block_?: arbitrumgoerli__Block_Resolvers; - arbitrumgoerli__Meta_?: arbitrumgoerli__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; + 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; + 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_RelayerFeesIncrease?: xdai_RelayerFeesIncreaseResolvers; + xdai_RootCount?: xdai_RootCountResolvers; + xdai_RootMessageSent?: xdai_RootMessageSentResolvers; + xdai_Router?: xdai_RouterResolvers; + xdai_Sequencer?: xdai_SequencerResolvers; + xdai_Setting?: xdai_SettingResolvers; + xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; + xdai__Block_?: xdai__Block_Resolvers; + xdai__Meta_?: xdai__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; + mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; + mainnet_Asset?: mainnet_AssetResolvers; + mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; + mainnet_AssetStatus?: mainnet_AssetStatusResolvers; + mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; + mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; + mainnet_OriginMessage?: mainnet_OriginMessageResolvers; + mainnet_OriginTransfer?: mainnet_OriginTransferResolvers; + mainnet_Relayer?: mainnet_RelayerResolvers; + mainnet_RelayerFee?: mainnet_RelayerFeeResolvers; + mainnet_RelayerFeesIncrease?: mainnet_RelayerFeesIncreaseResolvers; + mainnet_RootCount?: mainnet_RootCountResolvers; + mainnet_RootMessageSent?: mainnet_RootMessageSentResolvers; + mainnet_Router?: mainnet_RouterResolvers; + mainnet_RouterDailyTVL?: mainnet_RouterDailyTVLResolvers; + mainnet_Sequencer?: mainnet_SequencerResolvers; + mainnet_Setting?: mainnet_SettingResolvers; + mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; + polygon_swap_BigDecimal?: GraphQLScalarType; + polygon_swap_Bytes?: GraphQLScalarType; + polygon_swap_Int8?: GraphQLScalarType; + polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; + polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; + polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; + polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; + polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; + polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; + polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; + polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; + polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; + polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; + polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; + polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; + polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; + polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; + polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; + polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; + polygon_swap__Block_?: polygon_swap__Block_Resolvers; + polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; + arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; + arbitrumone_Asset?: arbitrumone_AssetResolvers; + arbitrumone_AssetBalance?: arbitrumone_AssetBalanceResolvers; + arbitrumone_AssetStatus?: arbitrumone_AssetStatusResolvers; + arbitrumone_BigDecimal?: GraphQLScalarType; + arbitrumone_Bytes?: GraphQLScalarType; + arbitrumone_ConnectorMeta?: arbitrumone_ConnectorMetaResolvers; + arbitrumone_DestinationTransfer?: arbitrumone_DestinationTransferResolvers; + arbitrumone_Int8?: GraphQLScalarType; + arbitrumone_OriginMessage?: arbitrumone_OriginMessageResolvers; + arbitrumone_OriginTransfer?: arbitrumone_OriginTransferResolvers; + arbitrumone_Relayer?: arbitrumone_RelayerResolvers; + arbitrumone_RelayerFee?: arbitrumone_RelayerFeeResolvers; + arbitrumone_RelayerFeesIncrease?: arbitrumone_RelayerFeesIncreaseResolvers; + arbitrumone_RootCount?: arbitrumone_RootCountResolvers; + arbitrumone_RootMessageSent?: arbitrumone_RootMessageSentResolvers; + arbitrumone_Router?: arbitrumone_RouterResolvers; + arbitrumone_RouterDailyTVL?: arbitrumone_RouterDailyTVLResolvers; + arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; + arbitrumone_Setting?: arbitrumone_SettingResolvers; + arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; + arbitrumone__Block_?: arbitrumone__Block_Resolvers; + arbitrumone__Meta_?: arbitrumone__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; optimism_AggregateRoot?: optimism_AggregateRootResolvers; optimism_Asset?: optimism_AssetResolvers; optimism_AssetBalance?: optimism_AssetBalanceResolvers; @@ -99831,43 +99408,6 @@ export type Resolvers = ResolversObject<{ optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; optimism__Block_?: optimism__Block_Resolvers; optimism__Meta_?: optimism__Meta_Resolvers; - staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; - staginggoerli_Asset?: staginggoerli_AssetResolvers; - staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; - staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; - staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; - staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; - 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; - 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_Sequencer?: goerli_SequencerResolvers; - goerli_Setting?: goerli_SettingResolvers; - goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; optimismgoerli_AggregateRoot?: optimismgoerli_AggregateRootResolvers; optimismgoerli_Asset?: optimismgoerli_AssetResolvers; optimismgoerli_AssetBalance?: optimismgoerli_AssetBalanceResolvers; @@ -99891,30 +99431,29 @@ export type Resolvers = ResolversObject<{ optimismgoerli_SlippageUpdate?: optimismgoerli_SlippageUpdateResolvers; optimismgoerli__Block_?: optimismgoerli__Block_Resolvers; optimismgoerli__Meta_?: optimismgoerli__Meta_Resolvers; - stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; - 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_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__Block_?: stagingoptimismgoerli__Block_Resolvers; - stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__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_Sequencer?: arbitrumgoerli_SequencerResolvers; + arbitrumgoerli_Setting?: arbitrumgoerli_SettingResolvers; + arbitrumgoerli_SlippageUpdate?: arbitrumgoerli_SlippageUpdateResolvers; + arbitrumgoerli__Block_?: arbitrumgoerli__Block_Resolvers; + arbitrumgoerli__Meta_?: arbitrumgoerli__Meta_Resolvers; stagingarbitrumgoerli_AggregateRoot?: stagingarbitrumgoerli_AggregateRootResolvers; stagingarbitrumgoerli_Asset?: stagingarbitrumgoerli_AssetResolvers; stagingarbitrumgoerli_AssetBalance?: stagingarbitrumgoerli_AssetBalanceResolvers; @@ -99939,6 +99478,113 @@ export type Resolvers = ResolversObject<{ stagingarbitrumgoerli_SnapshotRoot?: stagingarbitrumgoerli_SnapshotRootResolvers; stagingarbitrumgoerli__Block_?: stagingarbitrumgoerli__Block_Resolvers; stagingarbitrumgoerli__Meta_?: stagingarbitrumgoerli__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_Sequencer?: polygon_SequencerResolvers; + polygon_Setting?: polygon_SettingResolvers; + polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; + polygon__Block_?: polygon__Block_Resolvers; + polygon__Meta_?: polygon__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_Sequencer?: goerli_SequencerResolvers; + goerli_Setting?: goerli_SettingResolvers; + goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; + staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; + staginggoerli_Asset?: staginggoerli_AssetResolvers; + staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; + staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; + staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; + staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; + 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; + stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; + 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_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__Block_?: stagingoptimismgoerli__Block_Resolvers; + stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; + bnb_AggregateRoot?: bnb_AggregateRootResolvers; + bnb_Asset?: bnb_AssetResolvers; + bnb_AssetBalance?: bnb_AssetBalanceResolvers; + bnb_AssetStatus?: bnb_AssetStatusResolvers; + bnb_BigDecimal?: GraphQLScalarType; + bnb_Bytes?: GraphQLScalarType; + bnb_ConnectorMeta?: bnb_ConnectorMetaResolvers; + bnb_DestinationTransfer?: bnb_DestinationTransferResolvers; + bnb_Int8?: GraphQLScalarType; + bnb_OriginMessage?: bnb_OriginMessageResolvers; + bnb_OriginTransfer?: bnb_OriginTransferResolvers; + bnb_Relayer?: bnb_RelayerResolvers; + bnb_RelayerFee?: bnb_RelayerFeeResolvers; + bnb_RelayerFeesIncrease?: bnb_RelayerFeesIncreaseResolvers; + bnb_RootCount?: bnb_RootCountResolvers; + bnb_RootMessageSent?: bnb_RootMessageSentResolvers; + bnb_Router?: bnb_RouterResolvers; + bnb_RouterDailyTVL?: bnb_RouterDailyTVLResolvers; + bnb_Sequencer?: bnb_SequencerResolvers; + bnb_Setting?: bnb_SettingResolvers; + bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; + bnb__Block_?: bnb__Block_Resolvers; + bnb__Meta_?: bnb__Meta_Resolvers; stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; stagingmumbai_Asset?: stagingmumbai_AssetResolvers; stagingmumbai_AssetBalance?: stagingmumbai_AssetBalanceResolvers; @@ -99986,172 +99632,6 @@ export type Resolvers = ResolversObject<{ mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; mumbai__Block_?: mumbai__Block_Resolvers; mumbai__Meta_?: mumbai__Meta_Resolvers; - bnb_AggregateRoot?: bnb_AggregateRootResolvers; - bnb_Asset?: bnb_AssetResolvers; - bnb_AssetBalance?: bnb_AssetBalanceResolvers; - bnb_AssetStatus?: bnb_AssetStatusResolvers; - bnb_BigDecimal?: GraphQLScalarType; - bnb_Bytes?: GraphQLScalarType; - bnb_ConnectorMeta?: bnb_ConnectorMetaResolvers; - bnb_DestinationTransfer?: bnb_DestinationTransferResolvers; - bnb_Int8?: GraphQLScalarType; - bnb_OriginMessage?: bnb_OriginMessageResolvers; - bnb_OriginTransfer?: bnb_OriginTransferResolvers; - bnb_Relayer?: bnb_RelayerResolvers; - bnb_RelayerFee?: bnb_RelayerFeeResolvers; - bnb_RelayerFeesIncrease?: bnb_RelayerFeesIncreaseResolvers; - bnb_RootCount?: bnb_RootCountResolvers; - bnb_RootMessageSent?: bnb_RootMessageSentResolvers; - bnb_Router?: bnb_RouterResolvers; - bnb_RouterDailyTVL?: bnb_RouterDailyTVLResolvers; - bnb_Sequencer?: bnb_SequencerResolvers; - bnb_Setting?: bnb_SettingResolvers; - bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; - bnb__Block_?: bnb__Block_Resolvers; - bnb__Meta_?: bnb__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; - 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; - local1337_Asset?: local1337_AssetResolvers; - local1337_AssetBalance?: local1337_AssetBalanceResolvers; - local1337_BigDecimal?: GraphQLScalarType; - local1337_Bytes?: GraphQLScalarType; - local1337_DestinationTransfer?: local1337_DestinationTransferResolvers; - local1337_Int8?: GraphQLScalarType; - local1337_OriginTransfer?: local1337_OriginTransferResolvers; - local1337_Relayer?: local1337_RelayerResolvers; - local1337_Router?: local1337_RouterResolvers; - local1337_Setting?: local1337_SettingResolvers; - local1337_SponsorVault?: local1337_SponsorVaultResolvers; - local1337_StableSwap?: local1337_StableSwapResolvers; - local1337__Block_?: local1337__Block_Resolvers; - local1337__Meta_?: local1337__Meta_Resolvers; - mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; - mainnet_Asset?: mainnet_AssetResolvers; - mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; - mainnet_AssetStatus?: mainnet_AssetStatusResolvers; - mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; - mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; - mainnet_OriginMessage?: mainnet_OriginMessageResolvers; - mainnet_OriginTransfer?: mainnet_OriginTransferResolvers; - mainnet_Relayer?: mainnet_RelayerResolvers; - mainnet_RelayerFee?: mainnet_RelayerFeeResolvers; - mainnet_RelayerFeesIncrease?: mainnet_RelayerFeesIncreaseResolvers; - mainnet_RootCount?: mainnet_RootCountResolvers; - mainnet_RootMessageSent?: mainnet_RootMessageSentResolvers; - mainnet_Router?: mainnet_RouterResolvers; - mainnet_RouterDailyTVL?: mainnet_RouterDailyTVLResolvers; - mainnet_Sequencer?: mainnet_SequencerResolvers; - mainnet_Setting?: mainnet_SettingResolvers; - mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; - 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_Sequencer?: xdai_SequencerResolvers; - xdai_Setting?: xdai_SettingResolvers; - xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; - xdai__Block_?: xdai__Block_Resolvers; - xdai__Meta_?: xdai__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_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; - arbitrumone_AssetStatus?: arbitrumone_AssetStatusResolvers; - arbitrumone_BigDecimal?: GraphQLScalarType; - arbitrumone_Bytes?: GraphQLScalarType; - arbitrumone_ConnectorMeta?: arbitrumone_ConnectorMetaResolvers; - arbitrumone_DestinationTransfer?: arbitrumone_DestinationTransferResolvers; - arbitrumone_Int8?: GraphQLScalarType; - arbitrumone_OriginMessage?: arbitrumone_OriginMessageResolvers; - arbitrumone_OriginTransfer?: arbitrumone_OriginTransferResolvers; - arbitrumone_Relayer?: arbitrumone_RelayerResolvers; - arbitrumone_RelayerFee?: arbitrumone_RelayerFeeResolvers; - arbitrumone_RelayerFeesIncrease?: arbitrumone_RelayerFeesIncreaseResolvers; - arbitrumone_RootCount?: arbitrumone_RootCountResolvers; - arbitrumone_RootMessageSent?: arbitrumone_RootMessageSentResolvers; - arbitrumone_Router?: arbitrumone_RouterResolvers; - arbitrumone_RouterDailyTVL?: arbitrumone_RouterDailyTVLResolvers; - arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; - arbitrumone_Setting?: arbitrumone_SettingResolvers; - arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; - arbitrumone__Block_?: arbitrumone__Block_Resolvers; - arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; }>; export type DirectiveResolvers = ResolversObject<{ @@ -100160,7 +99640,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = HubMainnetTypes.Context & ConnextTestGoerliTypes.Context & HubStagingGoerliTypes.Context & ConnextLocal1338Types.Context & HubGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & StableSwapMumbaiTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapXdaiTypes.Context & StableSwapBnbTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapGoerliTypes.Context & StableSwapPolygonTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapStagingGoerliTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextOptimismTypes.Context & ConnextStagingGoerliTypes.Context & ConnextGoerliTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextMumbaiTypes.Context & ConnextBnbTypes.Context & StableSwapOptimismTypes.Context & StableSwapStagingMumbaiTypes.Context & ConnextLocal1337Types.Context & ConnextMainnetTypes.Context & ConnextXdaiTypes.Context & ConnextPolygonTypes.Context & ConnextArbitrumOneTypes.Context & BaseMeshContext; +export type MeshContext = HubGoerliTypes.Context & HubMainnetTypes.Context & ConnextTestGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & HubStagingGoerliTypes.Context & ConnextLocal1338Types.Context & ConnextLocal1337Types.Context & StableSwapStagingGoerliTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapMumbaiTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapOptimismTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapGoerliTypes.Context & StableSwapBnbTypes.Context & ConnextXdaiTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & ConnextMainnetTypes.Context & StableSwapPolygonTypes.Context & ConnextArbitrumOneTypes.Context & StableSwapXdaiTypes.Context & ConnextOptimismTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextPolygonTypes.Context & ConnextGoerliTypes.Context & ConnextStagingGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextBnbTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextMumbaiTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -100168,106 +99648,106 @@ 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_Mainnet/introspectionSchema": + case ".graphclient/sources/Hub_Goerli/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/Connext_Local1338/introspectionSchema": + case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/Hub_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Local1338/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Local1337/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$7) as T; - case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$11) as T; case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/Connext_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/Connext_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Goerli/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_Local1337/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Mumbai/introspectionSchema": return Promise.resolve(importedModule$33) as T; default: diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index c9d1a5367d..8225547f51 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,6 +13,294 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { + 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: goerli_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( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_RootPropagated + goerli_rootPropagateds( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_RootManagerMeta + goerli_rootManagerMetas( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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: goerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [goerli_ZkSyncConnectorMeta!]! + 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_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( + skip: Int = 0 + first: Int = 100 + 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_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( id: ID! """ @@ -537,241 +825,243 @@ type Query { ): [testgoerli_DestinationTransfer!]! """Access to subgraph metadata""" testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - staginggoerli_rootAggregated( + 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: staginggoerli_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 - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_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: staginggoerli_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 - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [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: staginggoerli_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 - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_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: staginggoerli_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 - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [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: staginggoerli_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 - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_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: staginggoerli_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 - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [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: staginggoerli_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 - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_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: staginggoerli_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 - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [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: staginggoerli_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 - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_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: staginggoerli_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 - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [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: staginggoerli_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 - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_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: staginggoerli_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 - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [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: staginggoerli_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 - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_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: staginggoerli_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 - ): [staginggoerli_OptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [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: staginggoerli_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 - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_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: staginggoerli_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 - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [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: staginggoerli_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 - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_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: staginggoerli_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 - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__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. @@ -781,13 +1071,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderBy: staginggoerli_RootAggregated_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + 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. """ @@ -796,8 +1086,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [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. @@ -807,13 +1097,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderBy: staginggoerli_RootPropagated_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + 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. """ @@ -822,8 +1112,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [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. @@ -833,13 +1123,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderBy: staginggoerli_AggregatedMessageRoot_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + 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. """ @@ -848,8 +1138,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [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. @@ -859,13 +1149,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderBy: staginggoerli_RootManagerMeta_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + 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. """ @@ -874,8 +1164,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [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. @@ -885,13 +1175,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderBy: staginggoerli_RootManagerMode_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + 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. """ @@ -900,8 +1190,242 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [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_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( + skip: Int = 0 + first: Int = 100 + 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_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginggoerli_OptimisticRootProposed!]! + 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: 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!]! + 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( + skip: Int = 0 + first: Int = 100 + 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_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( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1165,1785 +1689,1783 @@ type Query { ): [local1338_DestinationTransfer!]! """Access to subgraph metadata""" local1338__meta(block: local1338_Block_height): local1338__Meta_ - goerli_rootAggregated( + local1337_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: local1337_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( + ): local1337_Asset + local1337_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: local1337_Asset_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Asset!]! + local1337_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: local1337_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( + ): local1337_AssetBalance + local1337_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: local1337_AssetBalance_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_AssetBalance!]! + local1337_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: local1337_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( + ): local1337_Router + local1337_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: local1337_Router_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Router!]! + local1337_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: local1337_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( + ): local1337_Setting + local1337_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: local1337_Setting_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Setting!]! + local1337_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: local1337_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( + ): local1337_Relayer + local1337_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: local1337_Relayer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Relayer!]! + local1337_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: local1337_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( + ): local1337_StableSwap + local1337_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: local1337_StableSwap_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_StableSwap!]! + local1337_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: local1337_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( + ): local1337_SponsorVault + local1337_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: local1337_SponsorVault_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_SponsorVault!]! + local1337_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: local1337_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( + ): local1337_OriginTransfer + local1337_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: local1337_OriginTransfer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_OriginTransfer!]! + local1337_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: local1337_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( + ): local1337_DestinationTransfer + local1337_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: local1337_DestinationTransfer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_DestinationTransfer!]! + """Access to subgraph metadata""" + local1337__meta(block: local1337_Block_height): local1337__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: goerli_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 - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_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: goerli_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 - ): [goerli_ZkSyncConnectorMeta!]! - goerli_rootMessageProcessed( + ): [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: goerli_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 - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_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: goerli_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 - ): [goerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - testoptimismgoerli_asset( + ): [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_Asset - testoptimismgoerli_assets( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_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_Asset!]! - testoptimismgoerli_assetBalance( + ): [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_AssetBalance - testoptimismgoerli_assetBalances( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_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_AssetBalance!]! - testoptimismgoerli_router( + ): [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_Router - testoptimismgoerli_routers( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_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_Router!]! - testoptimismgoerli_setting( + ): [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_Setting - testoptimismgoerli_settings( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_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_Setting!]! - testoptimismgoerli_relayer( + ): [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_Relayer - testoptimismgoerli_relayers( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_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_Relayer!]! - testoptimismgoerli_stableSwap( + ): [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_StableSwap - testoptimismgoerli_stableSwaps( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_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_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [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: 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_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_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: 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_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: 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_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_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: 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_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: 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_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_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: 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_ - mumbai_swap_systemInfo( + ): [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_SystemInfo - mumbai_swap_systemInfos( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_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_SystemInfo!]! - mumbai_swap_pooledToken( + ): [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_PooledToken - mumbai_swap_pooledTokens( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_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_PooledToken!]! - mumbai_swap_stableSwap( + ): [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_StableSwap - mumbai_swap_stableSwaps( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_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_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [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_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_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_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_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_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_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: mumbai_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 - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_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: mumbai_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 - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [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: mumbai_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 - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_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: mumbai_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 - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [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: mumbai_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 - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_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: mumbai_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 - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [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: mumbai_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 - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_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: mumbai_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 - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [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: mumbai_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 - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_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: mumbai_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 - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [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: mumbai_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 - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_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: mumbai_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 - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [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: mumbai_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 - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_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: mumbai_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 - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [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: mumbai_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 - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_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: mumbai_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 - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [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: mumbai_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 - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_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: mumbai_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 - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [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: mumbai_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 - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_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: mumbai_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 - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [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: mumbai_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 - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_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: mumbai_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 - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - stagingarbitrumgoerli_swap_systemInfo( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SystemInfo - stagingarbitrumgoerli_swap_systemInfos( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SystemInfo_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SystemInfo!]! - stagingarbitrumgoerli_swap_pooledToken( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_PooledToken - stagingarbitrumgoerli_swap_pooledTokens( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_PooledToken_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_PooledToken!]! - stagingarbitrumgoerli_swap_stableSwap( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwap - stagingarbitrumgoerli_swap_stableSwaps( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwap_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwap!]! - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapExchange( + ): [stagingmumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapExchange - stagingarbitrumgoerli_swap_stableSwapExchanges( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapExchange_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! - stagingarbitrumgoerli_swap_swapDailyVolume( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapDailyVolume - stagingarbitrumgoerli_swap_swapDailyVolumes( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapDailyVolume_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! - stagingarbitrumgoerli_swap_swapHourlyVolume( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapHourlyVolume - stagingarbitrumgoerli_swap_swapHourlyVolumes( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapHourlyVolume_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! - stagingarbitrumgoerli_swap_swapWeeklyVolume( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapWeeklyVolume - stagingarbitrumgoerli_swap_swapWeeklyVolumes( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! - stagingarbitrumgoerli_swap_lpAccount( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpAccount - stagingarbitrumgoerli_swap_lpAccounts( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccount_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpAccount!]! - stagingarbitrumgoerli_swap_lpAccountBalance( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpAccountBalance - stagingarbitrumgoerli_swap_lpAccountBalances( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccountBalance_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! - stagingarbitrumgoerli_swap_lpToken( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpToken - stagingarbitrumgoerli_swap_lpTokens( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpToken_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpToken!]! - stagingarbitrumgoerli_swap_lpTransferEvent( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpTransferEvent - stagingarbitrumgoerli_swap_lpTransferEvents( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTransferEvent_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! - stagingarbitrumgoerli_swap_stableSwapEvent( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapEvent - stagingarbitrumgoerli_swap_stableSwapEvents( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapEvent_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! - stagingarbitrumgoerli_swap_swapTradeVolume( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapTradeVolume - stagingarbitrumgoerli_swap_swapTradeVolumes( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapTradeVolume_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! - stagingarbitrumgoerli_swap_lpTokenEvent( + ): [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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpTokenEvent - stagingarbitrumgoerli_swap_lpTokenEvents( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTokenEvent_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - optimismgoerli_swap_systemInfo( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_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: optimismgoerli_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 - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_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: optimismgoerli_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 - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - arbitrumgoerli_swap_systemInfo( + ): [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. @@ -2953,13 +3475,13 @@ type Query { 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( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy + orderBy: arbitrumgoerli_swap_LpToken_orderBy orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_filter + 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. """ @@ -2968,8 +3490,8 @@ type Query { 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( + ): [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. @@ -2979,13 +3501,13 @@ type Query { 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( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy + orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_filter + 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. """ @@ -2994,8 +3516,8 @@ type Query { 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( + ): [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. @@ -3005,13 +3527,13 @@ type Query { 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( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy + orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_filter + 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. """ @@ -3020,8 +3542,8 @@ type Query { 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( + ): [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. @@ -3031,13 +3553,13 @@ type Query { 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( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + 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. """ @@ -3046,8 +3568,8 @@ type Query { 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( + ): [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. @@ -3057,13 +3579,13 @@ type Query { 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( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + 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. """ @@ -3072,1549 +3594,1681 @@ type Query { 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( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_SwapWeeklyVolume - arbitrumgoerli_swap_swapWeeklyVolumes( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! - arbitrumgoerli_swap_lpAccount( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_LpAccount - arbitrumgoerli_swap_lpAccounts( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_LpAccount!]! - arbitrumgoerli_swap_lpAccountBalance( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_LpAccountBalance - arbitrumgoerli_swap_lpAccountBalances( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_LpAccountBalance!]! - arbitrumgoerli_swap_lpToken( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_LpToken - arbitrumgoerli_swap_lpTokens( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_LpToken!]! - arbitrumgoerli_swap_lpTransferEvent( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_LpTransferEvent - arbitrumgoerli_swap_lpTransferEvents( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_LpTransferEvent!]! - arbitrumgoerli_swap_stableSwapEvent( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_StableSwapEvent - arbitrumgoerli_swap_stableSwapEvents( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_StableSwapEvent!]! - arbitrumgoerli_swap_swapTradeVolume( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_SwapTradeVolume - arbitrumgoerli_swap_swapTradeVolumes( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_SwapTradeVolume!]! - arbitrumgoerli_swap_lpTokenEvent( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_swap_LpTokenEvent - arbitrumgoerli_swap_lpTokenEvents( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_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: arbitrumgoerli_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 - ): [arbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - xdai_swap_systemInfo( + ): [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: xdai_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 - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_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: xdai_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 - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [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: xdai_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 - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_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: xdai_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 - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [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: xdai_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 - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_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: xdai_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 - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [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: xdai_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 - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_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: xdai_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 - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [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: xdai_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 - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_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: xdai_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 - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_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: 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_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_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: 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_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: 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_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_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: 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_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: 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_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: 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_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: 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_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: 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_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: 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_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: 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_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: 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_LpAccountBalance - xdai_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: 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_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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_LpToken - xdai_swap_lpTokens( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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_LpTransferEvent - xdai_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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_StableSwapEvent - xdai_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [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_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_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_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [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_LpTokenEvent - xdai_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_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_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - bnb_swap_systemInfo( + ): [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: bnb_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 - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_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: bnb_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 - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [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: bnb_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 - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_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: bnb_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 - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [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: bnb_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 - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_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: bnb_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 - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [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: bnb_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 - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_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: bnb_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 - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [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: bnb_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 - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_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: bnb_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 - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_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: bnb_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 - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_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: bnb_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 - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [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: bnb_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 - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_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: bnb_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 - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [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: bnb_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 - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_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: bnb_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 - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [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: bnb_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 - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_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: bnb_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 - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [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: bnb_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 - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_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: bnb_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 - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [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: bnb_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 - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_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: bnb_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 - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [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: bnb_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 - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_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: bnb_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 - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [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: bnb_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 - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_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: bnb_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 - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [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: bnb_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 - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_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: bnb_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 - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [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: bnb_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 - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_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: bnb_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 - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [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: bnb_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 - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_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: bnb_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 - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [optimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [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: arbitrumone_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( + skip: Int = 0 + first: Int = 100 + 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: arbitrumone_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: arbitrumone_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: arbitrumone_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: arbitrumone_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: arbitrumone_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""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ goerli_swap_systemInfo( id: ID! """ @@ -5033,3501 +5687,3505 @@ type Query { ): [goerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - polygon_swap_systemInfo( + 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: polygon_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 - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_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 - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [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: polygon_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 - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_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 - ): [polygon_swap_PooledToken!]! - polygon_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: polygon_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 - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_StableSwap!]! - polygon_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: polygon_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 - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_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: polygon_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_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: polygon_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_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: polygon_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_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: polygon_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_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: polygon_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_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: polygon_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_LpAccount!]! - polygon_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: polygon_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_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: polygon_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_LpToken!]! - polygon_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: polygon_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_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: polygon_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_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: polygon_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_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: polygon_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_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: polygon_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 - ): [polygon_swap_LpTokenEvent!]! + ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - arbitrumone_swap_systemInfo( + 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: arbitrumone_swap_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 - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_swap_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 - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_swap_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 - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_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: arbitrumone_swap_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 - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: arbitrumone_swap_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 - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_Router!]! + 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: arbitrumone_swap_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 - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_swap_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 - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_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: arbitrumone_swap_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 - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_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: arbitrumone_swap_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 - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [xdai_Sequencer!]! + 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: arbitrumone_swap_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 - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_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: arbitrumone_swap_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 - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_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: arbitrumone_swap_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 - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_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: arbitrumone_swap_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 - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_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: arbitrumone_swap_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 - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_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: arbitrumone_swap_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 - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_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: arbitrumone_swap_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 - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_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: arbitrumone_swap_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 - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_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: arbitrumone_swap_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 - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [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: arbitrumone_swap_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 - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_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: arbitrumone_swap_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 - ): [arbitrumone_swap_LpTokenEvent!]! + ): [xdai_SlippageUpdate!]! """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - staginggoerli_swap_systemInfo( + xdai__meta(block: xdai_Block_height): xdai__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: staginggoerli_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 - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): stagingarbitrumgoerli_swap_SystemInfo + stagingarbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_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 - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): stagingarbitrumgoerli_swap_PooledToken + stagingarbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_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 - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): stagingarbitrumgoerli_swap_StableSwap + stagingarbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_swap_StableSwapExchange + stagingarbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_swap_SwapDailyVolume + stagingarbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_swap_SwapHourlyVolume + stagingarbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_swap_SwapWeeklyVolume + stagingarbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): stagingarbitrumgoerli_swap_LpAccount + stagingarbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): stagingarbitrumgoerli_swap_LpAccountBalance + stagingarbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): stagingarbitrumgoerli_swap_LpToken + stagingarbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_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: staginggoerli_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 - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): stagingarbitrumgoerli_swap_LpTransferEvent + stagingarbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): stagingarbitrumgoerli_swap_StableSwapEvent + stagingarbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): stagingarbitrumgoerli_swap_SwapTradeVolume + stagingarbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): stagingarbitrumgoerli_swap_LpTokenEvent + stagingarbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTokenEvent!]! + ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - arbitrumgoerli_asset( + stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__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: arbitrumgoerli_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 - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_setting( + ): [mainnet_RouterDailyTVL!]! + 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: arbitrumgoerli_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 - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_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: arbitrumgoerli_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 - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_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: arbitrumgoerli_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 - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_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: arbitrumgoerli_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 - ): [arbitrumgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - optimism_asset( + ): [mainnet_SlippageUpdate!]! + 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: optimism_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 - ): optimism_Asset - optimism_assets( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_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: optimism_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 - ): [optimism_Asset!]! - optimism_assetStatus( + ): [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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_router( + ): [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: optimism_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 - ): optimism_Router - optimism_routers( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_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 - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_setting( + ): [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: optimism_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 - ): optimism_Setting - optimism_settings( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_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 - ): [optimism_Setting!]! - optimism_relayer( + ): [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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_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 - ): [optimism_Relayer!]! - optimism_sequencer( + ): [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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [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: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [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: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_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: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [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: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_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: optimism_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 - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [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: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_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: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [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: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_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: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [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: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_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: optimism_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 - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [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: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_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: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__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: optimism_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 - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_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: optimism_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 - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [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: optimism_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 - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_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: optimism_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 - ): [optimism_SlippageUpdate!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - staginggoerli_asset( + ): [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: staginggoerli_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 - ): staginggoerli_Asset - staginggoerli_assets( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_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: staginggoerli_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 - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [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: staginggoerli_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 - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_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: staginggoerli_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 - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [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: staginggoerli_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 - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_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: staginggoerli_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 - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [arbitrumone_RouterDailyTVL!]! + 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: staginggoerli_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 - ): staginggoerli_Router - staginggoerli_routers( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_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: staginggoerli_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 - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [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: staginggoerli_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 - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_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: staginggoerli_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 - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_setting( + ): [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: staginggoerli_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 - ): staginggoerli_Setting - staginggoerli_settings( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_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: staginggoerli_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 - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [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: staginggoerli_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 - ): staginggoerli_Relayer - staginggoerli_relayers( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_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: staginggoerli_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 - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [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: staginggoerli_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 - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_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: staginggoerli_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 - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [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: staginggoerli_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 - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_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: staginggoerli_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 - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [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: staginggoerli_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 - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_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: staginggoerli_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 - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [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: staginggoerli_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 - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_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: staginggoerli_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 - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [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: staginggoerli_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 - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_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: staginggoerli_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 - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [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: staginggoerli_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 - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_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: staginggoerli_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 - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [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: staginggoerli_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 - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_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: staginggoerli_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 - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [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: staginggoerli_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 - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_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: staginggoerli_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 - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [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: staginggoerli_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 - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_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: staginggoerli_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 - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [arbitrumone_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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_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_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_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_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_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [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_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_SlippageUpdate - staginggoerli_slippageUpdates( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_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_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_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [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_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_SnapshotRoot - staginggoerli_snapshotRoots( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_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_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_SnapshotRoot!]! - goerli_asset( + ): [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: goerli_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 - ): goerli_Asset - goerli_assets( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_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: goerli_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 - ): [goerli_Asset!]! - goerli_assetStatus( + ): [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: goerli_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 - ): goerli_AssetStatus - goerli_assetStatuses( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_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: goerli_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 - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [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: goerli_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 - ): goerli_AssetBalance - goerli_assetBalances( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_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: goerli_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 - ): [goerli_AssetBalance!]! - goerli_router( + ): [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: goerli_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 - ): goerli_Router - goerli_routers( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_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: goerli_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 - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [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: goerli_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 - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_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: goerli_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 - ): [goerli_RouterDailyTVL!]! - goerli_setting( + ): [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: goerli_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 - ): goerli_Setting - goerli_settings( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_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: goerli_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 - ): [goerli_Setting!]! - goerli_relayer( + ): [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: goerli_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 - ): goerli_Relayer - goerli_relayers( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_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: goerli_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 - ): [goerli_Relayer!]! - goerli_sequencer( + ): [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: goerli_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 - ): goerli_Sequencer - goerli_sequencers( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_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: goerli_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 - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [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: goerli_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 - ): goerli_RelayerFee - goerli_relayerFees( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_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: goerli_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 - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [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: goerli_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 - ): goerli_OriginTransfer - goerli_originTransfers( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_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: goerli_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 - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [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: goerli_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 - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_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: goerli_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 - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [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: goerli_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 - ): goerli_OriginMessage - goerli_originMessages( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_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: goerli_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 - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [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: goerli_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 - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_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: goerli_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 - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__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: goerli_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 - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_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: goerli_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 - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [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: goerli_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 - ): goerli_RootCount - goerli_rootCounts( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_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: goerli_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 - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [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: goerli_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 - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_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: goerli_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 - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [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: goerli_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 - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_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: goerli_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 - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [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: goerli_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 - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_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 - ): [goerli_SlippageUpdate!]! - optimismgoerli_asset( + ): [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: optimismgoerli_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 - ): optimismgoerli_Asset - optimismgoerli_assets( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_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: optimismgoerli_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 - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_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: optimismgoerli_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 - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_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: optimismgoerli_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 - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [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: optimismgoerli_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 - ): optimismgoerli_Router - optimismgoerli_routers( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_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: optimismgoerli_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 - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_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: optimismgoerli_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 - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_setting( + ): [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: optimismgoerli_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 - ): optimismgoerli_Setting - optimismgoerli_settings( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_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: optimismgoerli_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 - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_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: optimismgoerli_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 - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_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: optimismgoerli_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 - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [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: optimismgoerli_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 - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_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: optimismgoerli_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 - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [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: optimismgoerli_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 - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_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: optimismgoerli_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 - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [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: optimismgoerli_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 - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_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: optimismgoerli_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 - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [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: optimismgoerli_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 - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_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: optimismgoerli_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 - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [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: optimismgoerli_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 - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_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: optimismgoerli_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 - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [optimism_SlippageUpdate!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + 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. @@ -8537,13 +9195,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy + orderBy: optimismgoerli_Asset_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_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. """ @@ -8552,8 +9210,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [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. @@ -8563,13 +9221,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy + orderBy: optimismgoerli_AssetStatus_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_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. """ @@ -8578,8 +9236,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [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. @@ -8589,13 +9247,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy + orderBy: optimismgoerli_AssetBalance_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_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. """ @@ -8604,8 +9262,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [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. @@ -8615,13 +9273,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderBy: optimismgoerli_Router_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_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. """ @@ -8630,8 +9288,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [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. @@ -8641,13 +9299,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy + orderBy: optimismgoerli_RouterDailyTVL_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_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. """ @@ -8656,573 +9314,885 @@ type Query { 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( + ): [optimismgoerli_RouterDailyTVL!]! + 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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [optimismgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__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_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): arbitrumgoerli_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_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_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [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_RootCount - stagingoptimismgoerli_rootCounts( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_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_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [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_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_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_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [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_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_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_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [arbitrumgoerli_RouterDailyTVL!]! + 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_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): arbitrumgoerli_Setting + arbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_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_SnapshotRoot!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - stagingarbitrumgoerli_asset( + ): [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_Asset - stagingarbitrumgoerli_assets( + ): arbitrumgoerli_Relayer + arbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Asset_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Asset_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_Asset!]! - stagingarbitrumgoerli_assetStatus( + ): [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_AssetStatus - stagingarbitrumgoerli_assetStatuses( + ): arbitrumgoerli_Sequencer + arbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetStatus_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetStatus_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_AssetStatus!]! - stagingarbitrumgoerli_assetBalance( + ): [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_AssetBalance - stagingarbitrumgoerli_assetBalances( + ): arbitrumgoerli_RelayerFee + arbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetBalance_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_OriginTransfer + arbitrumgoerli_originTransfers( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_DestinationTransfer + arbitrumgoerli_destinationTransfers( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_OriginMessage + arbitrumgoerli_originMessages( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_AggregateRoot + arbitrumgoerli_aggregateRoots( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_ConnectorMeta + arbitrumgoerli_connectorMetas( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_RootCount + arbitrumgoerli_rootCounts( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_RootMessageSent + arbitrumgoerli_rootMessageSents( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_RelayerFeesIncrease + arbitrumgoerli_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumgoerli_SlippageUpdate + arbitrumgoerli_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: arbitrumgoerli_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_ + 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: stagingarbitrumgoerli_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( + skip: Int = 0 + first: Int = 100 + 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: stagingarbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumgoerli_AssetStatus + stagingarbitrumgoerli_assetStatuses( + skip: Int = 0 + first: Int = 100 + 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: stagingarbitrumgoerli_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumgoerli_AssetBalance + stagingarbitrumgoerli_assetBalances( + skip: Int = 0 + first: Int = 100 + 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. @@ -9651,6071 +10621,6121 @@ type Query { ): [stagingarbitrumgoerli_SnapshotRoot!]! """Access to subgraph metadata""" stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - stagingmumbai_asset( + 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: stagingmumbai_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 - ): stagingmumbai_Asset - stagingmumbai_assets( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Asset!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Router - stagingmumbai_routers( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Router!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [polygon_RouterDailyTVL!]! + 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: stagingmumbai_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 - ): stagingmumbai_Setting - stagingmumbai_settings( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Setting!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Relayer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Sequencer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RootCount!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [polygon_SlippageUpdate!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__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: stagingmumbai_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 - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_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: stagingmumbai_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 - ): [stagingmumbai_SnapshotRoot!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - mumbai_asset( + ): [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: mumbai_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 - ): mumbai_Asset - mumbai_assets( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_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 - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [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: mumbai_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 - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_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 - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [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: mumbai_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 - ): mumbai_AssetBalance - mumbai_assetBalances( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_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 - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [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: mumbai_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 - ): mumbai_Router - mumbai_routers( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_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 - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [goerli_RouterDailyTVL!]! + 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: mumbai_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 - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_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 - ): [mumbai_RouterDailyTVL!]! - mumbai_setting( + ): [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: mumbai_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 - ): mumbai_Setting - mumbai_settings( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_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 - ): [mumbai_Setting!]! - mumbai_relayer( + ): [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: mumbai_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 - ): mumbai_Relayer - mumbai_relayers( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_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 - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [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: mumbai_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 - ): mumbai_Sequencer - mumbai_sequencers( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_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 - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [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: mumbai_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 - ): mumbai_RelayerFee - mumbai_relayerFees( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_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 - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [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: mumbai_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 - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_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 - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [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: mumbai_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 - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_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 - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [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: mumbai_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 - ): mumbai_OriginMessage - mumbai_originMessages( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_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 - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [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: mumbai_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 - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_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 - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [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: mumbai_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 - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_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 - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [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: mumbai_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 - ): mumbai_RootCount - mumbai_rootCounts( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_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 - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [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: mumbai_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 - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_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 - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [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: mumbai_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 - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_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 - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [goerli_SlippageUpdate!]! + 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: mumbai_Block_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_SlippageUpdate - mumbai_slippageUpdates( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_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: mumbai_Block_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_SlippageUpdate!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - bnb_asset( + ): [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: bnb_Block_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_Asset - bnb_assets( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_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_Asset!]! - bnb_assetStatus( + ): [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: bnb_Block_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_AssetStatus - bnb_assetStatuses( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_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_AssetStatus!]! - bnb_assetBalance( + ): [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: bnb_Block_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_AssetBalance - bnb_assetBalances( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_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_AssetBalance!]! - bnb_router( + ): [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: bnb_Block_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_Router - bnb_routers( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_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_Router!]! - bnb_routerDailyTVL( + ): [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: bnb_Block_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_RouterDailyTVL - bnb_routerDailyTVLs( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_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_RouterDailyTVL!]! - bnb_setting( + ): [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: bnb_Block_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_Setting - bnb_settings( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_Block_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_Setting!]! - bnb_relayer( + ): [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: bnb_Block_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_Relayer - bnb_relayers( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_Block_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_Relayer!]! - bnb_sequencer( + ): [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: bnb_Block_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_Sequencer - bnb_sequencers( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_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_Sequencer!]! - bnb_relayerFee( + ): [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: bnb_Block_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_RelayerFee - bnb_relayerFees( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_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_RelayerFee!]! - bnb_originTransfer( + ): [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: bnb_Block_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_OriginTransfer - bnb_originTransfers( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_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_OriginTransfer!]! - bnb_destinationTransfer( + ): [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: bnb_Block_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_DestinationTransfer - bnb_destinationTransfers( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_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_DestinationTransfer!]! - bnb_originMessage( + ): [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: bnb_Block_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_OriginMessage - bnb_originMessages( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_Block_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_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_Block_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_AggregateRoot - bnb_aggregateRoots( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_Block_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_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_Block_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_ConnectorMeta - bnb_connectorMetas( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_Block_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_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_Block_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_RootCount - bnb_rootCounts( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_Block_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_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_Block_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_RootMessageSent - bnb_rootMessageSents( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_Block_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_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_Block_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_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_Block_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_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_Block_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_SlippageUpdate - bnb_slippageUpdates( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_Block_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_SlippageUpdate!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - optimism_swap_systemInfo( + ): [staginggoerli_SnapshotRoot!]! + 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: optimism_swap_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 - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_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: optimism_swap_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 - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [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: optimism_swap_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 - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_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: optimism_swap_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 - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_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: optimism_swap_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 - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_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: optimism_swap_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 - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_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 - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_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 - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [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: optimism_swap_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 - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_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 - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_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 - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_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 - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_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 - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [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_swap_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_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_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_swap_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_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [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_swap_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_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_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_swap_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_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [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_swap_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_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_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_swap_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_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_SnapshotRoot!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [bnb_RouterDailyTVL!]! + 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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - local1337_asset( + ): [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: local1337_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 - ): local1337_Asset - local1337_assets( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: local1337_Asset_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Asset_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: local1337_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 - ): [local1337_Asset!]! - local1337_assetBalance( + ): [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: local1337_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 - ): local1337_AssetBalance - local1337_assetBalances( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: local1337_AssetBalance_orderBy - orderDirection: local1337_OrderDirection - where: local1337_AssetBalance_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: local1337_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 - ): [local1337_AssetBalance!]! - local1337_router( + ): [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: local1337_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 - ): local1337_Router - local1337_routers( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: local1337_Router_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Router_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: local1337_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 - ): [local1337_Router!]! - local1337_setting( + ): [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: local1337_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 - ): local1337_Setting - local1337_settings( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: local1337_Setting_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Setting_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: local1337_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 - ): [local1337_Setting!]! - local1337_relayer( + ): [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: local1337_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 - ): local1337_Relayer - local1337_relayers( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: local1337_Relayer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Relayer_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: local1337_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 - ): [local1337_Relayer!]! - local1337_stableSwap( + ): [bnb_SlippageUpdate!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__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: local1337_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 - ): local1337_StableSwap - local1337_stableSwaps( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: local1337_StableSwap_orderBy - orderDirection: local1337_OrderDirection - where: local1337_StableSwap_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: local1337_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 - ): [local1337_StableSwap!]! - local1337_sponsorVault( + ): [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: local1337_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 - ): local1337_SponsorVault - local1337_sponsorVaults( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: local1337_SponsorVault_orderBy - orderDirection: local1337_OrderDirection - where: local1337_SponsorVault_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: local1337_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 - ): [local1337_SponsorVault!]! - local1337_originTransfer( + ): [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: local1337_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 - ): local1337_OriginTransfer - local1337_originTransfers( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: local1337_OriginTransfer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_OriginTransfer_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: local1337_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 - ): [local1337_OriginTransfer!]! - local1337_destinationTransfer( + ): [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: local1337_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 - ): local1337_DestinationTransfer - local1337_destinationTransfers( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: local1337_DestinationTransfer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_DestinationTransfer_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: local1337_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 - ): [local1337_DestinationTransfer!]! - """Access to subgraph metadata""" - local1337__meta(block: local1337_Block_height): local1337__Meta_ - mainnet_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: mainnet_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 - ): mainnet_Asset - mainnet_assets( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Asset!]! - mainnet_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: mainnet_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 - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AssetStatus!]! - mainnet_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: mainnet_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 - ): mainnet_AssetBalance - mainnet_assetBalances( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AssetBalance!]! - mainnet_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: mainnet_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 - ): mainnet_Router - mainnet_routers( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Router!]! - mainnet_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: mainnet_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 - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RouterDailyTVL!]! - mainnet_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: mainnet_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 - ): mainnet_Setting - mainnet_settings( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Setting!]! - mainnet_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: mainnet_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 - ): mainnet_Relayer - mainnet_relayers( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Relayer!]! - mainnet_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: mainnet_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 - ): mainnet_Sequencer - mainnet_sequencers( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Sequencer!]! - mainnet_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: mainnet_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 - ): mainnet_RelayerFee - mainnet_relayerFees( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RelayerFee!]! - mainnet_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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_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: mainnet_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 - ): mainnet_OriginMessage - mainnet_originMessages( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_OriginMessage!]! - mainnet_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: mainnet_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 - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AggregateRoot!]! - mainnet_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: mainnet_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 - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_ConnectorMeta!]! - mainnet_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: mainnet_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 - ): mainnet_RootCount - mainnet_rootCounts( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [stagingmumbai_SnapshotRoot!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__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: mainnet_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 - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_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 - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_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 - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_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 - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [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: mainnet_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 - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_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 - ): [mainnet_SlippageUpdate!]! - xdai_asset( + ): [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: xdai_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 - ): xdai_Asset - xdai_assets( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_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 - ): [xdai_Asset!]! - xdai_assetStatus( + ): [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: xdai_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 - ): xdai_AssetStatus - xdai_assetStatuses( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_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 - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [mumbai_RouterDailyTVL!]! + 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: xdai_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 - ): xdai_AssetBalance - xdai_assetBalances( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_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 - ): [xdai_AssetBalance!]! - xdai_router( + ): [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: xdai_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 - ): xdai_Router - xdai_routers( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_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 - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [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: xdai_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 - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_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 - ): [xdai_RouterDailyTVL!]! - xdai_setting( + ): [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: xdai_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 - ): xdai_Setting - xdai_settings( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_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 - ): [xdai_Setting!]! - xdai_relayer( + ): [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: xdai_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 - ): xdai_Relayer - xdai_relayers( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_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 - ): [xdai_Relayer!]! - xdai_sequencer( + ): [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: xdai_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 - ): xdai_Sequencer - xdai_sequencers( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_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 - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [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: xdai_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 - ): xdai_RelayerFee - xdai_relayerFees( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_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 - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [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: xdai_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 - ): xdai_OriginTransfer - xdai_originTransfers( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_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 - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [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: xdai_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 - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_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 - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [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: xdai_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 - ): xdai_OriginMessage - xdai_originMessages( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_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 - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [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: xdai_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 - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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: xdai_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 - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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: xdai_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 - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [mumbai_SlippageUpdate!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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: xdai_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 - ): [xdai_SlippageUpdate!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - polygon_asset( + ): [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: polygon_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 - ): polygon_Asset - polygon_assets( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_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 - ): [polygon_Asset!]! - polygon_assetStatus( + ): [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: polygon_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 - ): polygon_AssetStatus - polygon_assetStatuses( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_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 - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [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: polygon_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 - ): polygon_AssetBalance - polygon_assetBalances( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_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: polygon_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 - ): [polygon_AssetBalance!]! - polygon_router( + ): [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: polygon_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 - ): polygon_Router - polygon_routers( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_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: polygon_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 - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [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: polygon_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 - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_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: polygon_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 - ): [polygon_RouterDailyTVL!]! - polygon_setting( + ): [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: polygon_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 - ): polygon_Setting - polygon_settings( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_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 - ): [polygon_Setting!]! - polygon_relayer( + ): [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: polygon_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 - ): polygon_Relayer - polygon_relayers( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_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 - ): [polygon_Relayer!]! - polygon_sequencer( + ): [goerli_ZkSyncConnectorMeta!]! + 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: polygon_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 - ): polygon_Sequencer - polygon_sequencers( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_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 - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [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: 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_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: 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_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: 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_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: 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_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: 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_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: 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_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: 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_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: 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_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: 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_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: 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_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: 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_ConnectorMeta - polygon_connectorMetas( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: 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_ConnectorMeta!]! - polygon_rootCount( + ): [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: 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_RootCount - polygon_rootCounts( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: 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_RootCount!]! - polygon_rootMessageSent( + ): [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: 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_RootMessageSent - polygon_rootMessageSents( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: 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_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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: 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_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: 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_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: 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_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: 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_ - arbitrumone_asset( + ): [mainnet_ZkSyncConnectorMeta!]! + 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: 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_Asset - arbitrumone_assets( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: 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_Asset!]! - arbitrumone_assetStatus( + ): [mainnet_RootMessageProcessed!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: arbitrumone_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 - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_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: arbitrumone_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 - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [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: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_setting( + ): [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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [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: arbitrumone_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 - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_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: arbitrumone_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 - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [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: arbitrumone_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 - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_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: arbitrumone_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 - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_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: arbitrumone_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 - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [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: arbitrumone_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 - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_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: arbitrumone_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 - ): [arbitrumone_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ -} - -type Subscription { - mainnet_rootAggregated( + ): [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: 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_RootAggregated - mainnet_rootAggregateds( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_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: 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_RootAggregated!]! - mainnet_rootPropagated( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [staginggoerli_OptimisticRootProposed!]! + 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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [staginggoerli_OptimisticRootFinalized!]! + 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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_Block_height + block: staginggoerli_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( + ): [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: testgoerli_Block_height + block: staginggoerli_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( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_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: testgoerli_Block_height + block: staginggoerli_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( + ): [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: testgoerli_Block_height + block: staginggoerli_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( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_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: testgoerli_Block_height + block: staginggoerli_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( + ): [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: testgoerli_Block_height + block: staginggoerli_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( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_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: testgoerli_Block_height + block: staginggoerli_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( + ): [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: testgoerli_Block_height + block: staginggoerli_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( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_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: testgoerli_Block_height + block: staginggoerli_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( + ): [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: testgoerli_Block_height + block: staginggoerli_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( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_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: testgoerli_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootMessageProcessed!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + local1338_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: testgoerli_Block_height + block: local1338_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( + ): local1338_Asset + local1338_assets( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: local1338_Asset_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: testgoerli_Block_height + block: local1338_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( + ): [local1338_Asset!]! + local1338_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: testgoerli_Block_height + block: local1338_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( + ): local1338_AssetBalance + local1338_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: local1338_AssetBalance_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: testgoerli_Block_height + block: local1338_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( + ): [local1338_AssetBalance!]! + local1338_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: testgoerli_Block_height + block: local1338_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( + ): local1338_Router + local1338_routers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: local1338_Router_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: testgoerli_Block_height + block: local1338_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( + ): [local1338_Router!]! + local1338_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: local1338_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( + ): local1338_Setting + local1338_settings( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: local1338_Setting_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: local1338_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_ - staginggoerli_rootAggregated( + ): [local1338_Setting!]! + local1338_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: local1338_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( + ): local1338_Relayer + local1338_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: local1338_Relayer_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: local1338_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( + ): [local1338_Relayer!]! + local1338_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: local1338_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( + ): local1338_StableSwap + local1338_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: local1338_StableSwap_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: local1338_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( + ): [local1338_StableSwap!]! + local1338_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: staginggoerli_Block_height + block: local1338_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( + ): local1338_SponsorVault + local1338_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: local1338_SponsorVault_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: staginggoerli_Block_height + block: local1338_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( + ): [local1338_SponsorVault!]! + local1338_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: local1338_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( + ): local1338_OriginTransfer + local1338_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: local1338_OriginTransfer_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: local1338_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( + ): [local1338_OriginTransfer!]! + local1338_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: local1338_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( + ): local1338_DestinationTransfer + local1338_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: local1338_DestinationTransfer_orderBy + orderDirection: local1338_OrderDirection + where: local1338_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: local1338_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( + ): [local1338_DestinationTransfer!]! + """Access to subgraph metadata""" + local1338__meta(block: local1338_Block_height): local1338__Meta_ + local1337_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: local1337_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( + ): local1337_Asset + local1337_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: local1337_Asset_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [local1337_Asset!]! + local1337_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: local1337_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( + ): local1337_AssetBalance + local1337_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + orderBy: local1337_AssetBalance_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [local1337_AssetBalance!]! + local1337_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: local1337_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( + ): local1337_Router + local1337_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: local1337_Router_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Router!]! + local1337_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: local1337_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( + ): local1337_Setting + local1337_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: local1337_Setting_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Setting!]! + local1337_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: local1337_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( + ): local1337_Relayer + local1337_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: local1337_Relayer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_Relayer!]! + local1337_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: local1337_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( + ): local1337_StableSwap + local1337_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: local1337_StableSwap_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_StableSwap!]! + local1337_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: staginggoerli_Block_height + block: local1337_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( + ): local1337_SponsorVault + local1337_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: local1337_SponsorVault_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: staginggoerli_Block_height + block: local1337_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( + ): [local1337_SponsorVault!]! + local1337_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: local1337_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( + ): local1337_OriginTransfer + local1337_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: local1337_OriginTransfer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_OriginTransfer!]! + local1337_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: local1337_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( + ): local1337_DestinationTransfer + local1337_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: local1337_DestinationTransfer_orderBy + orderDirection: local1337_OrderDirection + where: local1337_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: local1337_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( + ): [local1337_DestinationTransfer!]! + """Access to subgraph metadata""" + local1337__meta(block: local1337_Block_height): local1337__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_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 - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_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: staginggoerli_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 - ): [staginggoerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - local1338_asset( + ): [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: local1338_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 - ): local1338_Asset - local1338_assets( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: local1338_Asset_orderBy - orderDirection: local1338_OrderDirection - where: local1338_Asset_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: local1338_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 - ): [local1338_Asset!]! - local1338_assetBalance( + ): [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: local1338_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 - ): local1338_AssetBalance - local1338_assetBalances( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: local1338_AssetBalance_orderBy - orderDirection: local1338_OrderDirection - where: local1338_AssetBalance_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: local1338_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 - ): [local1338_AssetBalance!]! - local1338_router( + ): [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: local1338_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 - ): local1338_Router - local1338_routers( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: local1338_Router_orderBy - orderDirection: local1338_OrderDirection - where: local1338_Router_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: local1338_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 - ): [local1338_Router!]! - local1338_setting( + ): [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: local1338_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 - ): local1338_Setting - local1338_settings( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: local1338_Setting_orderBy - orderDirection: local1338_OrderDirection - where: local1338_Setting_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: local1338_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 - ): [local1338_Setting!]! - local1338_relayer( + ): [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: local1338_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 - ): local1338_Relayer - local1338_relayers( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: local1338_Relayer_orderBy - orderDirection: local1338_OrderDirection - where: local1338_Relayer_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: local1338_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 - ): [local1338_Relayer!]! - local1338_stableSwap( + ): [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: local1338_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 - ): local1338_StableSwap - local1338_stableSwaps( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: local1338_StableSwap_orderBy - orderDirection: local1338_OrderDirection - where: local1338_StableSwap_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: local1338_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 - ): [local1338_StableSwap!]! - local1338_sponsorVault( + ): [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: local1338_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 - ): local1338_SponsorVault - local1338_sponsorVaults( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: local1338_SponsorVault_orderBy - orderDirection: local1338_OrderDirection - where: local1338_SponsorVault_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: local1338_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 - ): [local1338_SponsorVault!]! - local1338_originTransfer( + ): [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: local1338_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 - ): local1338_OriginTransfer - local1338_originTransfers( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: local1338_OriginTransfer_orderBy - orderDirection: local1338_OrderDirection - where: local1338_OriginTransfer_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: local1338_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 - ): [local1338_OriginTransfer!]! - local1338_destinationTransfer( + ): [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: local1338_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 - ): local1338_DestinationTransfer - local1338_destinationTransfers( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: local1338_DestinationTransfer_orderBy - orderDirection: local1338_OrderDirection - where: local1338_DestinationTransfer_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: local1338_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 - ): [local1338_DestinationTransfer!]! - """Access to subgraph metadata""" - local1338__meta(block: local1338_Block_height): local1338__Meta_ - goerli_rootAggregated( + ): [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: goerli_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 - ): goerli_RootAggregated - goerli_rootAggregateds( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_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: goerli_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 - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [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: goerli_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 - ): goerli_RootPropagated - goerli_rootPropagateds( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_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: goerli_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 - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [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: goerli_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 - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_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: goerli_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 - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [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: goerli_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 - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_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: goerli_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 - ): [goerli_RootManagerMeta!]! - goerli_polygonConnectorMeta( + ): [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: goerli_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 - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_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: goerli_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 - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [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: goerli_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 - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_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: goerli_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 - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_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: goerli_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 - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_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: goerli_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 - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [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: goerli_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 - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_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: goerli_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 - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [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: goerli_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 - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_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: goerli_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 - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [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: goerli_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 - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_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: goerli_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 - ): [goerli_ZkSyncConnectorMeta!]! - goerli_rootMessageProcessed( + ): [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: goerli_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 - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_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: goerli_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 - ): [goerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - testoptimismgoerli_asset( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_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: testoptimismgoerli_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 - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_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: testoptimismgoerli_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 - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_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: testoptimismgoerli_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 - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_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: testoptimismgoerli_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 - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_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: testoptimismgoerli_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 - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [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: testoptimismgoerli_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 - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_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: testoptimismgoerli_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 - ): [testoptimismgoerli_DestinationTransfer!]! + ): [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: 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_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( + skip: Int = 0 + first: Int = 100 + 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: 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_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: 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_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( + skip: Int = 0 + first: Int = 100 + 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: 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_LpTokenEvent!]! """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ mumbai_swap_systemInfo( id: ID! """ @@ -16134,6088 +17154,6012 @@ type Subscription { ): [mumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SystemInfo - stagingarbitrumgoerli_swap_systemInfos( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SystemInfo!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_PooledToken - stagingarbitrumgoerli_swap_pooledTokens( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_PooledToken!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwap - stagingarbitrumgoerli_swap_stableSwaps( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwap!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapExchange - stagingarbitrumgoerli_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapDailyVolume - stagingarbitrumgoerli_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapHourlyVolume - stagingarbitrumgoerli_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapWeeklyVolume - stagingarbitrumgoerli_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpAccount - stagingarbitrumgoerli_swap_lpAccounts( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpAccount!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpAccountBalance - stagingarbitrumgoerli_swap_lpAccountBalances( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpToken - stagingarbitrumgoerli_swap_lpTokens( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpToken!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpTransferEvent - stagingarbitrumgoerli_swap_lpTransferEvents( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_StableSwapEvent - stagingarbitrumgoerli_swap_stableSwapEvents( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_SwapTradeVolume - stagingarbitrumgoerli_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! - stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): stagingarbitrumgoerli_swap_LpTokenEvent - stagingarbitrumgoerli_swap_lpTokenEvents( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_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: stagingarbitrumgoerli_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 - ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! + ): [arbitrumgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_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: optimismgoerli_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 - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_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: optimismgoerli_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 - ): [optimismgoerli_swap_LpTokenEvent!]! + ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - arbitrumgoerli_swap_systemInfo( + optimism_swap__meta(block: optimism_swap_Block_height): optimism_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_SystemInfo - arbitrumgoerli_swap_systemInfos( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_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_SystemInfo!]! - arbitrumgoerli_swap_pooledToken( + ): [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_PooledToken - arbitrumgoerli_swap_pooledTokens( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_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_PooledToken!]! - arbitrumgoerli_swap_stableSwap( + ): [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_StableSwap - arbitrumgoerli_swap_stableSwaps( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_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_StableSwap!]! - arbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [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_StableSwapAddLiquidityEvent - arbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_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_StableSwapAddLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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_StableSwapRemoveLiquidityEvent - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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_StableSwapRemoveLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapExchange( + ): [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_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_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_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [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_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_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_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [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_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_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_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [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: 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_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_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: 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_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: 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_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_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: 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_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: 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_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_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: 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_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: 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_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_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: 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_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: 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_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_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: 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_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: 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_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_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: 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_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: 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_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_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: 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_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: 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_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_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: 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!]! + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - xdai_swap_systemInfo( + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_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: xdai_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 - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_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: xdai_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 - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [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: xdai_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 - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_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: xdai_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 - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [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: xdai_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 - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_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: xdai_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 - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [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: xdai_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 - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_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: xdai_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 - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [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: xdai_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 - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_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: xdai_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 - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [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: xdai_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 - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_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: xdai_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 - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [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: xdai_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 - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_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: xdai_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 - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [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: xdai_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 - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: xdai_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 - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [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: xdai_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 - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: xdai_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 - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [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: xdai_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 - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: xdai_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 - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [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: xdai_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 - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: xdai_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 - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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: xdai_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 - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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: xdai_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 - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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: xdai_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 - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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: xdai_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 - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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: xdai_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 - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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: xdai_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 - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [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: xdai_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 - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_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: xdai_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 - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [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: xdai_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 - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_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: xdai_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 - ): [xdai_swap_LpTokenEvent!]! + ): [optimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - bnb_swap_systemInfo( + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_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: 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_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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: 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_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_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_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_SwapWeeklyVolume!]! - bnb_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: 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_LpAccount - bnb_swap_lpAccounts( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_LpAccount!]! - bnb_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: 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_LpAccountBalance - bnb_swap_lpAccountBalances( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_LpAccountBalance!]! - bnb_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: 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_LpToken - bnb_swap_lpTokens( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_LpToken!]! - bnb_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: 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_LpTransferEvent - bnb_swap_lpTransferEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_LpTransferEvent!]! - bnb_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: 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_StableSwapEvent - bnb_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_StableSwapEvent!]! - bnb_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: 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_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_SwapTradeVolume!]! - bnb_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: 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_LpTokenEvent - bnb_swap_lpTokenEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_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: 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_LpTokenEvent!]! + ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [goerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - goerli_swap_systemInfo( + goerli_swap__meta(block: goerli_swap_Block_height): goerli_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_SystemInfo - goerli_swap_systemInfos( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_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_SystemInfo!]! - goerli_swap_pooledToken( + ): [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_PooledToken - goerli_swap_pooledTokens( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_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_PooledToken!]! - goerli_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: 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_StableSwap - goerli_swap_stableSwaps( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_StableSwap!]! - goerli_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: 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_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_StableSwapAddLiquidityEvent!]! - goerli_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: 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_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_StableSwapRemoveLiquidityEvent!]! - goerli_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: 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_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_StableSwapExchange!]! - goerli_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: 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_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_SwapDailyVolume!]! - goerli_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: 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_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_SwapHourlyVolume!]! - goerli_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: 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_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_SwapWeeklyVolume!]! - goerli_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: 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_LpAccount - goerli_swap_lpAccounts( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_LpAccount!]! - goerli_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: 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_LpAccountBalance - goerli_swap_lpAccountBalances( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_LpAccountBalance!]! - goerli_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: 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_LpToken - goerli_swap_lpTokens( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_LpToken!]! - goerli_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: 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_LpTransferEvent - goerli_swap_lpTransferEvents( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_LpTransferEvent!]! - goerli_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: 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_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_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: 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_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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_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: 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_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_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: 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!]! + ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - polygon_swap_systemInfo( + 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: polygon_swap_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 - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_swap_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 - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [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: polygon_swap_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 - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_swap_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 - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_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: polygon_swap_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 - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_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: polygon_swap_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 - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_Router!]! + 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: polygon_swap_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_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: polygon_swap_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [xdai_Sequencer!]! + 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: polygon_swap_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_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: polygon_swap_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [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: polygon_swap_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_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: polygon_swap_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 - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [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: polygon_swap_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_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: polygon_swap_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [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: polygon_swap_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_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: polygon_swap_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 - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [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: polygon_swap_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_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: polygon_swap_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [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: polygon_swap_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_swap_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [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: polygon_swap_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_swap_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [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: polygon_swap_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_swap_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 - ): [polygon_swap_LpTokenEvent!]! + ): [xdai_SlippageUpdate!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - arbitrumone_swap_systemInfo( + xdai__meta(block: xdai_Block_height): xdai__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: arbitrumone_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 - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): stagingarbitrumgoerli_swap_SystemInfo + stagingarbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_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 - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [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: arbitrumone_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 - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): stagingarbitrumgoerli_swap_PooledToken + stagingarbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_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 - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [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: arbitrumone_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 - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): stagingarbitrumgoerli_swap_StableSwap + stagingarbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_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: arbitrumone_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 - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [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: arbitrumone_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 - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: arbitrumone_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 - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [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: arbitrumone_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 - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_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 - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [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: arbitrumone_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 - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_swap_StableSwapExchange + stagingarbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_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: arbitrumone_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 - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [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: arbitrumone_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 - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_swap_SwapDailyVolume + stagingarbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_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: arbitrumone_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 - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [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: arbitrumone_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 - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_swap_SwapHourlyVolume + stagingarbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_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: arbitrumone_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 - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [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: arbitrumone_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 - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_swap_SwapWeeklyVolume + stagingarbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_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: arbitrumone_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 - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [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: arbitrumone_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 - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): stagingarbitrumgoerli_swap_LpAccount + stagingarbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_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: arbitrumone_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 - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [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: arbitrumone_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 - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): stagingarbitrumgoerli_swap_LpAccountBalance + stagingarbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_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: arbitrumone_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 - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [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: arbitrumone_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 - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): stagingarbitrumgoerli_swap_LpToken + stagingarbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_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: arbitrumone_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 - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [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: arbitrumone_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 - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): stagingarbitrumgoerli_swap_LpTransferEvent + stagingarbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_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: arbitrumone_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 - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [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: arbitrumone_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 - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): stagingarbitrumgoerli_swap_StableSwapEvent + stagingarbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_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: arbitrumone_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 - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [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: arbitrumone_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 - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): stagingarbitrumgoerli_swap_SwapTradeVolume + stagingarbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_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: arbitrumone_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 - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [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: arbitrumone_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 - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): stagingarbitrumgoerli_swap_LpTokenEvent + stagingarbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_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: arbitrumone_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 - ): [arbitrumone_swap_LpTokenEvent!]! + ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - staginggoerli_swap_systemInfo( + stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__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: staginggoerli_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 - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_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 - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_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 - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [mainnet_RouterDailyTVL!]! + 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: staginggoerli_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 - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_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: staginggoerli_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 - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_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: staginggoerli_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 - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_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: staginggoerli_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 - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [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: staginggoerli_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 - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_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: staginggoerli_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 - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [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: staginggoerli_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 - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_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: staginggoerli_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 - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - arbitrumgoerli_asset( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [mainnet_SlippageUpdate!]! + 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: arbitrumgoerli_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 - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_setting( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_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: arbitrumgoerli_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 - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_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: arbitrumgoerli_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 - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_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: arbitrumgoerli_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 - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_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: arbitrumgoerli_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 - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_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: arbitrumgoerli_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 - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [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: arbitrumgoerli_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 - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_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: arbitrumgoerli_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 - ): [arbitrumgoerli_SlippageUpdate!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - optimism_asset( + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__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: optimism_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 - ): optimism_Asset - optimism_assets( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_Asset!]! - optimism_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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_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: optimism_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 - ): optimism_Router - optimism_routers( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_Router!]! - optimism_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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_setting( + ): [arbitrumone_RouterDailyTVL!]! + 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: optimism_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 - ): optimism_Setting - optimism_settings( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_Setting!]! - optimism_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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_Relayer!]! - optimism_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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_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: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_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: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_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: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_OriginMessage!]! - optimism_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: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_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: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_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: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_RootCount!]! - optimism_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: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_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: optimism_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 - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_RelayerFeesIncrease!]! - optimism_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: optimism_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 - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_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: optimism_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 - ): [optimism_SlippageUpdate!]! + ): [arbitrumone_SlippageUpdate!]! """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - staginggoerli_asset( + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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_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_Asset - staginggoerli_assets( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_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_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_Asset!]! - staginggoerli_assetStatus( + ): [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_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_AssetStatus - staginggoerli_assetStatuses( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_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_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_AssetStatus!]! - staginggoerli_assetBalance( + ): [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_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_AssetBalance - staginggoerli_assetBalances( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_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_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_AssetBalance!]! - staginggoerli_router( + ): [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_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_Router - staginggoerli_routers( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_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_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_Router!]! - staginggoerli_routerDailyTVL( + ): [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: staginggoerli_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_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_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: staginggoerli_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_RouterDailyTVL!]! - staginggoerli_setting( + ): [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: staginggoerli_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_Setting - staginggoerli_settings( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_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: staginggoerli_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_Setting!]! - staginggoerli_relayer( + ): [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: staginggoerli_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_Relayer - staginggoerli_relayers( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_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: staginggoerli_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_Relayer!]! - staginggoerli_sequencer( + ): [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: staginggoerli_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_Sequencer - staginggoerli_sequencers( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_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: staginggoerli_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_Sequencer!]! - staginggoerli_relayerFee( + ): [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: staginggoerli_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_RelayerFee - staginggoerli_relayerFees( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_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: staginggoerli_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_RelayerFee!]! - staginggoerli_originTransfer( + ): [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: staginggoerli_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_OriginTransfer - staginggoerli_originTransfers( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_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: staginggoerli_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_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [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: staginggoerli_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_DestinationTransfer - staginggoerli_destinationTransfers( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_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: staginggoerli_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_DestinationTransfer!]! - staginggoerli_originMessage( + ): [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: staginggoerli_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_OriginMessage - staginggoerli_originMessages( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_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: staginggoerli_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_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [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: staginggoerli_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_AggregateRoot - staginggoerli_aggregateRoots( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_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: staginggoerli_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_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [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: staginggoerli_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_ConnectorMeta - staginggoerli_connectorMetas( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_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: staginggoerli_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_ConnectorMeta!]! - staginggoerli_rootCount( + ): [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: staginggoerli_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_RootCount - staginggoerli_rootCounts( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_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: staginggoerli_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_RootCount!]! - staginggoerli_rootMessageSent( + ): [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: staginggoerli_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_RootMessageSent - staginggoerli_rootMessageSents( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_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: staginggoerli_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_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__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: staginggoerli_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 - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_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: staginggoerli_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 - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [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: staginggoerli_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 - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_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: staginggoerli_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 - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [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: staginggoerli_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 - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_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: staginggoerli_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 - ): [staginggoerli_SnapshotRoot!]! - goerli_asset( + ): [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: goerli_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 - ): goerli_Asset - goerli_assets( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_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: goerli_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 - ): [goerli_Asset!]! - goerli_assetStatus( + ): [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: goerli_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 - ): goerli_AssetStatus - goerli_assetStatuses( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_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: goerli_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 - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [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: goerli_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 - ): goerli_AssetBalance - goerli_assetBalances( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_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: goerli_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 - ): [goerli_AssetBalance!]! - goerli_router( + ): [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: goerli_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 - ): goerli_Router - goerli_routers( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_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: goerli_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 - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [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: goerli_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 - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_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: goerli_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 - ): [goerli_RouterDailyTVL!]! - goerli_setting( + ): [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: goerli_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 - ): goerli_Setting - goerli_settings( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_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: goerli_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 - ): [goerli_Setting!]! - goerli_relayer( + ): [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: goerli_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 - ): goerli_Relayer - goerli_relayers( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_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: goerli_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 - ): [goerli_Relayer!]! - goerli_sequencer( + ): [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: goerli_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 - ): goerli_Sequencer - goerli_sequencers( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_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: goerli_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 - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [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: goerli_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 - ): goerli_RelayerFee - goerli_relayerFees( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_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: goerli_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 - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [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: goerli_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 - ): goerli_OriginTransfer - goerli_originTransfers( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_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: goerli_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 - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [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: goerli_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 - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_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: goerli_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 - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [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: goerli_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( - skip: Int = 0 - first: Int = 100 - 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: goerli_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( - skip: Int = 0 - first: Int = 100 - 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: goerli_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( - skip: Int = 0 - first: Int = 100 - 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: goerli_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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_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( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_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: goerli_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 - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [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: goerli_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 - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_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: goerli_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 - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [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: goerli_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 - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_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: goerli_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 - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [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: goerli_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 - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_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 - ): [goerli_SlippageUpdate!]! + ): [optimism_SlippageUpdate!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ optimismgoerli_asset( id: ID! """ @@ -22686,502 +23630,476 @@ type Subscription { ): [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: stagingoptimismgoerli_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( - skip: Int = 0 - first: Int = 100 - 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: stagingoptimismgoerli_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( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_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_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [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_AssetBalance - stagingoptimismgoerli_assetBalances( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_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_AssetBalance!]! - stagingoptimismgoerli_router( + ): [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_Router - stagingoptimismgoerli_routers( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_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_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [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_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_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_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [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_Setting - stagingoptimismgoerli_settings( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_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_Setting!]! - stagingoptimismgoerli_relayer( + ): [arbitrumgoerli_RouterDailyTVL!]! + 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!]! + ): [arbitrumgoerli_SlippageUpdate!]! """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ stagingarbitrumgoerli_asset( id: ID! """ @@ -23678,4718 +24596,3380 @@ type Subscription { ): [stagingarbitrumgoerli_SnapshotRoot!]! """Access to subgraph metadata""" stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - stagingmumbai_asset( + 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: stagingmumbai_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 - ): stagingmumbai_Asset - stagingmumbai_assets( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Asset!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Router - stagingmumbai_routers( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Router!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [polygon_RouterDailyTVL!]! + 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: stagingmumbai_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 - ): stagingmumbai_Setting - stagingmumbai_settings( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Setting!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Relayer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_Sequencer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RootCount!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_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: stagingmumbai_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 - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_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: stagingmumbai_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 - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [polygon_SlippageUpdate!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__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: stagingmumbai_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 - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_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: stagingmumbai_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 - ): [stagingmumbai_SnapshotRoot!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - mumbai_asset( + ): [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: mumbai_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 - ): mumbai_Asset - mumbai_assets( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_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 - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [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: mumbai_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 - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_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 - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [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: mumbai_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 - ): mumbai_AssetBalance - mumbai_assetBalances( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_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 - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [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: mumbai_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 - ): mumbai_Router - mumbai_routers( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_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 - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [goerli_RouterDailyTVL!]! + 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: mumbai_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 - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_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 - ): [mumbai_RouterDailyTVL!]! - mumbai_setting( + ): [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: mumbai_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 - ): mumbai_Setting - mumbai_settings( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_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 - ): [mumbai_Setting!]! - mumbai_relayer( + ): [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: mumbai_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 - ): mumbai_Relayer - mumbai_relayers( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_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 - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [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: mumbai_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 - ): mumbai_Sequencer - mumbai_sequencers( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_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 - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [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: mumbai_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 - ): mumbai_RelayerFee - mumbai_relayerFees( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_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 - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [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: mumbai_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 - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_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 - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [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: mumbai_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 - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_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 - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [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: mumbai_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 - ): mumbai_OriginMessage - mumbai_originMessages( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_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 - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [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: mumbai_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 - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_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 - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [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: mumbai_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 - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_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 - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [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: mumbai_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 - ): mumbai_RootCount - mumbai_rootCounts( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_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 - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [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: mumbai_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 - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_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 - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [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: mumbai_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 - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_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 - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [goerli_SlippageUpdate!]! + 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: mumbai_Block_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_SlippageUpdate - mumbai_slippageUpdates( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_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: mumbai_Block_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_SlippageUpdate!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - bnb_asset( + ): [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: bnb_Block_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_Asset - bnb_assets( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_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_Asset!]! - bnb_assetStatus( + ): [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: bnb_Block_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_AssetStatus - bnb_assetStatuses( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_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_AssetStatus!]! - bnb_assetBalance( + ): [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: bnb_Block_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_AssetBalance - bnb_assetBalances( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_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_AssetBalance!]! - bnb_router( + ): [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: bnb_Block_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_Router - bnb_routers( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_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_Router!]! - bnb_routerDailyTVL( + ): [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: bnb_Block_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_RouterDailyTVL - bnb_routerDailyTVLs( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_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_RouterDailyTVL!]! - bnb_setting( + ): [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: bnb_Block_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_Setting - bnb_settings( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_Block_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_Setting!]! - bnb_relayer( + ): [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: bnb_Block_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_Relayer - bnb_relayers( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_Block_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_Relayer!]! - bnb_sequencer( + ): [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: bnb_Block_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_Sequencer - bnb_sequencers( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_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_Sequencer!]! - bnb_relayerFee( + ): [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: bnb_Block_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_RelayerFee - bnb_relayerFees( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_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_RelayerFee!]! - bnb_originTransfer( + ): [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: bnb_Block_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_OriginTransfer - bnb_originTransfers( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_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_OriginTransfer!]! - bnb_destinationTransfer( + ): [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: bnb_Block_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_DestinationTransfer - bnb_destinationTransfers( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_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_DestinationTransfer!]! - bnb_originMessage( + ): [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: bnb_Block_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_OriginMessage - bnb_originMessages( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_Block_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_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_Block_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_AggregateRoot - bnb_aggregateRoots( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_Block_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_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_Block_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_ConnectorMeta - bnb_connectorMetas( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_Block_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_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_Block_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_RootCount - bnb_rootCounts( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_Block_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_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_Block_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_RootMessageSent - bnb_rootMessageSents( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_Block_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_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_Block_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_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_Block_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_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_Block_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_SlippageUpdate - bnb_slippageUpdates( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_Block_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_SlippageUpdate!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - optimism_swap_systemInfo( + ): [staginggoerli_SnapshotRoot!]! + 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: optimism_swap_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 - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_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: optimism_swap_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 - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [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: optimism_swap_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 - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_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: optimism_swap_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 - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_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: optimism_swap_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 - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_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: optimism_swap_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 - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_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 - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_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 - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_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 - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_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 - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [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: optimism_swap_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 - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_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 - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_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 - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_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 - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_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 - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_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 - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_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 - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_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 - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_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 - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [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_swap_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_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_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_swap_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_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [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_swap_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_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_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_swap_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_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [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_swap_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_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_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_swap_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_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_SnapshotRoot!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [bnb_RouterDailyTVL!]! + 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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [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: stagingmumbai_swap_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 - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_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: stagingmumbai_swap_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 - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - local1337_asset( + ): [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: local1337_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 - ): local1337_Asset - local1337_assets( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: local1337_Asset_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Asset_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: local1337_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 - ): [local1337_Asset!]! - local1337_assetBalance( + ): [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: local1337_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 - ): local1337_AssetBalance - local1337_assetBalances( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: local1337_AssetBalance_orderBy - orderDirection: local1337_OrderDirection - where: local1337_AssetBalance_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: local1337_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 - ): [local1337_AssetBalance!]! - local1337_router( + ): [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: local1337_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 - ): local1337_Router - local1337_routers( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: local1337_Router_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Router_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: local1337_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 - ): [local1337_Router!]! - local1337_setting( + ): [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: local1337_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 - ): local1337_Setting - local1337_settings( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: local1337_Setting_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Setting_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: local1337_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 - ): [local1337_Setting!]! - local1337_relayer( + ): [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: local1337_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 - ): local1337_Relayer - local1337_relayers( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: local1337_Relayer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_Relayer_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: local1337_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 - ): [local1337_Relayer!]! - local1337_stableSwap( + ): [bnb_SlippageUpdate!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__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: local1337_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 - ): local1337_StableSwap - local1337_stableSwaps( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: local1337_StableSwap_orderBy - orderDirection: local1337_OrderDirection - where: local1337_StableSwap_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: local1337_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 - ): [local1337_StableSwap!]! - local1337_sponsorVault( + ): [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: local1337_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 - ): local1337_SponsorVault - local1337_sponsorVaults( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: local1337_SponsorVault_orderBy - orderDirection: local1337_OrderDirection - where: local1337_SponsorVault_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: local1337_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 - ): [local1337_SponsorVault!]! - local1337_originTransfer( + ): [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: local1337_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 - ): local1337_OriginTransfer - local1337_originTransfers( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: local1337_OriginTransfer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_OriginTransfer_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: local1337_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 - ): [local1337_OriginTransfer!]! - local1337_destinationTransfer( + ): [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: local1337_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 - ): local1337_DestinationTransfer - local1337_destinationTransfers( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: local1337_DestinationTransfer_orderBy - orderDirection: local1337_OrderDirection - where: local1337_DestinationTransfer_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: local1337_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 - ): [local1337_DestinationTransfer!]! - """Access to subgraph metadata""" - local1337__meta(block: local1337_Block_height): local1337__Meta_ - mainnet_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: mainnet_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 - ): mainnet_Asset - mainnet_assets( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Asset!]! - mainnet_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: mainnet_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 - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AssetStatus!]! - mainnet_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: mainnet_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 - ): mainnet_AssetBalance - mainnet_assetBalances( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AssetBalance!]! - mainnet_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: mainnet_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 - ): mainnet_Router - mainnet_routers( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Router!]! - mainnet_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: mainnet_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 - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RouterDailyTVL!]! - mainnet_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: mainnet_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 - ): mainnet_Setting - mainnet_settings( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Setting!]! - mainnet_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: mainnet_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 - ): mainnet_Relayer - mainnet_relayers( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Relayer!]! - mainnet_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: mainnet_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 - ): mainnet_Sequencer - mainnet_sequencers( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_Sequencer!]! - mainnet_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: mainnet_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 - ): mainnet_RelayerFee - mainnet_relayerFees( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RelayerFee!]! - mainnet_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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_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: mainnet_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 - ): mainnet_OriginMessage - mainnet_originMessages( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_OriginMessage!]! - mainnet_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: mainnet_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 - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_AggregateRoot!]! - mainnet_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: mainnet_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 - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_ConnectorMeta!]! - mainnet_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: mainnet_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 - ): mainnet_RootCount - mainnet_rootCounts( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_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: mainnet_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 - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [stagingmumbai_SnapshotRoot!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__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: mainnet_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 - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_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 - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_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 - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): mumbai_AssetStatus + mumbai_assetStatuses( 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!]! - 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: xdai_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( - skip: Int = 0 - first: Int = 100 - 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: xdai_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( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on 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 - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetStatus - xdai_assetStatuses( - skip: Int = 0 - first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_AssetStatus!]! - xdai_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: xdai_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 - ): xdai_AssetBalance - xdai_assetBalances( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_AssetBalance!]! - xdai_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: xdai_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 - ): xdai_Router - xdai_routers( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_Router!]! - xdai_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: xdai_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 - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_RouterDailyTVL!]! - xdai_setting( + ): [mumbai_RouterDailyTVL!]! + 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: xdai_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 - ): xdai_Setting - xdai_settings( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_Setting!]! - xdai_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: xdai_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 - ): xdai_Relayer - xdai_relayers( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_Relayer!]! - xdai_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: xdai_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 - ): xdai_Sequencer - xdai_sequencers( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_Sequencer!]! - xdai_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: xdai_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 - ): xdai_RelayerFee - xdai_relayerFees( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_RelayerFee!]! - xdai_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: xdai_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 - ): xdai_OriginTransfer - xdai_originTransfers( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_OriginTransfer!]! - xdai_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: xdai_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 - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_DestinationTransfer!]! - xdai_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: xdai_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 - ): xdai_OriginMessage - xdai_originMessages( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_OriginMessage!]! - xdai_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: xdai_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 - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_AggregateRoot!]! - xdai_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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_RootCount!]! - xdai_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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_SlippageUpdate!]! + ): [mumbai_SlippageUpdate!]! """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__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_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_ - 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_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_ -} - -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 - -scalar BigInt - -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 + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ } -""" -8 bytes signed integer - -""" -scalar mainnet_Int8 - -type mainnet_OptimismConnectorMeta { +type goerli_AggregatedMessageRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + index: BigInt! + receivedRoot: goerli_Bytes! + domain: BigInt } -input mainnet_OptimismConnectorMeta_filter { +input goerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -28398,83 +27978,55 @@ 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregatedMessageRoot_filter] + or: [goerli_AggregatedMessageRoot_filter] } -enum mainnet_OptimismConnectorMeta_orderBy { +enum goerli_AggregatedMessageRoot_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc + index + receivedRoot + domain } -type mainnet_PolygonConnectorMeta { +type goerli_ArbitrumConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input mainnet_PolygonConnectorMeta_filter { +input goerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -28499,159 +28051,75 @@ input mainnet_PolygonConnectorMeta_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 - """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!] + 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: 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!] + _change_block: goerli_BlockChangedFilter + and: [goerli_ArbitrumConnectorMeta_filter] + or: [goerli_ArbitrumConnectorMeta_filter] } -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 goerli_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -enum mainnet_RootManagerMeta_orderBy { - id - domains - connectors +scalar goerli_BigDecimal + +scalar BigInt + +input goerli_BlockChangedFilter { + number_gte: Int! } -type mainnet_RootMessageProcessed { +input goerli_Block_height { + hash: goerli_Bytes + number: Int + number_gte: Int +} + +type goerli_BnbConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input mainnet_RootMessageProcessed_filter { +input goerli_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -28676,95 +28144,63 @@ input mainnet_RootMessageProcessed_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 - 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_BnbConnectorMeta_filter] + or: [goerli_BnbConnectorMeta_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum goerli_BnbConnectorMeta_orderBy { id spokeDomain hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + amb + rootManager + mirrorConnector } -type mainnet_RootPropagated { +scalar goerli_Bytes + +type goerli_GnosisConnectorMeta { id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input mainnet_RootPropagated_filter { +input goerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -28773,57 +28209,83 @@ input mainnet_RootPropagated_filter { 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_GnosisConnectorMeta_filter] + or: [goerli_GnosisConnectorMeta_filter] } -enum mainnet_RootPropagated_orderBy { +enum goerli_GnosisConnectorMeta_orderBy { id - aggregate - domainsHash - count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mainnet_ZkSyncConnectorMeta { +""" +8 bytes signed integer + +""" +scalar goerli_Int8 + +type goerli_OptimismConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input mainnet_ZkSyncConnectorMeta_filter { +input goerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -28848,43 +28310,43 @@ input mainnet_ZkSyncConnectorMeta_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: 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: mainnet_BlockChangedFilter - and: [mainnet_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimismConnectorMeta_filter] + or: [goerli_OptimismConnectorMeta_filter] } -enum mainnet_ZkSyncConnectorMeta_orderBy { +enum goerli_OptimismConnectorMeta_orderBy { id spokeDomain hubDomain @@ -28893,58 +28355,22 @@ enum mainnet_ZkSyncConnectorMeta_orderBy { 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! -} - -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 testgoerli_Asset { - id: ID! - key: testgoerli_Bytes - local: testgoerli_Bytes! - adoptedAsset: testgoerli_Bytes! - canonicalId: testgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! +"""Defines the order direction, either ascending or descending""" +enum goerli_OrderDirection { + asc + desc } -type testgoerli_AssetBalance { +type goerli_PolygonConnectorMeta { 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_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -28953,83 +28379,75 @@ 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_PolygonConnectorMeta_filter] + or: [goerli_PolygonConnectorMeta_filter] } -enum testgoerli_AssetBalance_orderBy { +enum goerli_PolygonConnectorMeta_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 { +type goerli_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: goerli_Bytes! + index: BigInt! +} + +input goerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -29038,132 +28456,52 @@ 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!] + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Asset_filter] - or: [testgoerli_Asset_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootAggregated_filter] + or: [goerli_RootAggregated_filter] } -enum testgoerli_Asset_orderBy { +enum goerli_RootAggregated_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain - blockNumber -} - -scalar testgoerli_BigDecimal - -input testgoerli_BlockChangedFilter { - number_gte: Int! -} - -input testgoerli_Block_height { - hash: testgoerli_Bytes - number: Int - number_gte: Int + domain + receivedRoot + index } -scalar testgoerli_Bytes - -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 @@ -29172,388 +28510,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!] - """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_DestinationTransfer_filter] - or: [testgoerli_DestinationTransfer_filter] -} - -enum testgoerli_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 + 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] } -""" -8 bytes signed integer - -""" -scalar testgoerli_Int8 - -"""Defines the order direction, either ascending or descending""" -enum testgoerli_OrderDirection { - asc - desc +enum goerli_RootManagerMeta_orderBy { + id + 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 @@ -29562,198 +28556,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 @@ -29787,49 +28635,259 @@ 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! +} + +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 testgoerli_OriginTransfer_orderBy { +enum mainnet_AggregatedMessageRoot_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 + index + receivedRoot + domain } -type testgoerli_Relayer { +type mainnet_ArbitrumConnectorMeta { 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_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -29838,43 +28896,89 @@ 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_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] } -enum testgoerli_Relayer_orderBy { +enum mainnet_ArbitrumConnectorMeta_orderBy { id - isActive - relayer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_Router { +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! - 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_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -29883,72 +28987,79 @@ 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_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] } -enum testgoerli_Router_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_Setting { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { 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_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -29957,42 +29068,83 @@ 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_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum testgoerli_Setting_orderBy { +enum mainnet_GnosisConnectorMeta_orderBy { id - maxRoutersPerTransfer - caller + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_SponsorVault { +""" +8 bytes signed integer + +""" +scalar mainnet_Int8 + +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 @@ -30001,35 +29153,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 @@ -30038,16 +29315,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 @@ -30056,70 +29323,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! + receivedRoot + index } -type staginggoerli_AggregatedMessageRoot { +type mainnet_RootManagerMeta { id: ID! - index: BigInt! - receivedRoot: staginggoerli_Bytes! - domain: BigInt + domains: [BigInt!] + connectors: [mainnet_Bytes!] } -input staginggoerli_AggregatedMessageRoot_filter { +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -30128,55 +29369,44 @@ 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!] + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregatedMessageRoot_filter] - or: [staginggoerli_AggregatedMessageRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum staginggoerli_AggregatedMessageRoot_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - index - receivedRoot - domain + domains + connectors } -type staginggoerli_ArbitrumConnectorMeta { +type mainnet_RootMessageProcessed { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input staginggoerli_ArbitrumConnectorMeta_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -30201,73 +29431,95 @@ 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_ArbitrumConnectorMeta_filter] - or: [staginggoerli_ArbitrumConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum staginggoerli_ArbitrumConnectorMeta_orderBy { +enum mainnet_RootMessageProcessed_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 + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type staginggoerli_BnbConnectorMeta { +type mainnet_RootPropagated { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! } -input staginggoerli_BnbConnectorMeta_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -30276,79 +29528,57 @@ 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_BnbConnectorMeta_filter] - or: [staginggoerli_BnbConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum staginggoerli_BnbConnectorMeta_orderBy { +enum mainnet_RootPropagated_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + aggregate + domainsHash + count } -scalar staginggoerli_Bytes - -type staginggoerli_GnosisConnectorMeta { +type mainnet_ZkSyncConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input staginggoerli_GnosisConnectorMeta_filter { +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -30373,43 +29603,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_GnosisConnectorMeta_filter] - or: [staginggoerli_GnosisConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum staginggoerli_GnosisConnectorMeta_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id spokeDomain hubDomain @@ -30418,22 +29648,49 @@ enum staginggoerli_GnosisConnectorMeta_orderBy { mirrorConnector } -""" -8 bytes signed integer - -""" -scalar staginggoerli_Int8 +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 staginggoerli_OptimismConnectorMeta { +type testgoerli_AssetBalance { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amount: BigInt! + router: testgoerli_Router! + asset: testgoerli_Asset! } -input staginggoerli_OptimismConnectorMeta_filter { +input testgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -30442,74 +29699,83 @@ input staginggoerli_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: 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimismConnectorMeta_filter] - or: [staginggoerli_OptimismConnectorMeta_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_AssetBalance_filter] + or: [testgoerli_AssetBalance_filter] } -enum staginggoerli_OptimismConnectorMeta_orderBy { +enum testgoerli_AssetBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! + 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 staginggoerli_OptimisticRootFinalized_filter { +input testgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -30518,44 +29784,132 @@ input staginggoerli_OptimisticRootFinalized_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!] + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootFinalized_filter] - or: [staginggoerli_OptimisticRootFinalized_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Asset_filter] + or: [testgoerli_Asset_filter] } -enum staginggoerli_OptimisticRootFinalized_orderBy { +enum testgoerli_Asset_orderBy { id - aggregateRoot - timestamp + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -type staginggoerli_OptimisticRootPropagated { +scalar testgoerli_BigDecimal + +input testgoerli_BlockChangedFilter { + number_gte: Int! +} + +input testgoerli_Block_height { + hash: testgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testgoerli_Bytes + +type testgoerli_DestinationTransfer { id: ID! - aggregateRoot: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - timestamp: 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 staginggoerli_OptimisticRootPropagated_filter { +input testgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -30564,213 +29918,388 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_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: 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!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootPropagated_filter] - or: [staginggoerli_OptimisticRootPropagated_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_DestinationTransfer_filter] + or: [testgoerli_DestinationTransfer_filter] } -enum staginggoerli_OptimisticRootPropagated_orderBy { +enum testgoerli_DestinationTransfer_orderBy { id - aggregateRoot - domainsHash - timestamp -} - -type staginggoerli_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: staginggoerli_Bytes! - snapshotsRoots: [staginggoerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes! + 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 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 - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootProposed_filter] - or: [staginggoerli_OptimisticRootProposed_filter] -} +""" +8 bytes signed integer -enum staginggoerli_OptimisticRootProposed_orderBy { - id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot -} +""" +scalar testgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum staginggoerli_OrderDirection { +enum testgoerli_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 { +type testgoerli_OriginTransfer { id: ID! - domain: BigInt! - receivedRoot: staginggoerli_Bytes! - index: 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 staginggoerli_RootAggregated_filter { +input testgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -30779,52 +30308,274 @@ input staginggoerli_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: 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!] + 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootAggregated_filter] - or: [staginggoerli_RootAggregated_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_OriginTransfer_filter] + or: [testgoerli_OriginTransfer_filter] } -enum staginggoerli_RootAggregated_orderBy { +enum testgoerli_OriginTransfer_orderBy { id - domain - receivedRoot - index + 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 staginggoerli_RootManagerMeta { +type testgoerli_Relayer { id: ID! - domains: [BigInt!] - connectors: [staginggoerli_Bytes!] + isActive: Boolean! + relayer: testgoerli_Bytes } -input staginggoerli_RootManagerMeta_filter { +input testgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -30833,36 +30584,43 @@ input staginggoerli_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: [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!] + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMeta_filter] - or: [staginggoerli_RootManagerMeta_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Relayer_filter] + or: [testgoerli_Relayer_filter] } -enum staginggoerli_RootManagerMeta_orderBy { +enum testgoerli_Relayer_orderBy { id - domains - connectors + isActive + relayer } -type staginggoerli_RootManagerMode { +type testgoerli_Router { id: ID! - mode: String! + 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 staginggoerli_RootManagerMode_filter { +input testgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -30871,51 +30629,72 @@ 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMode_filter] - or: [staginggoerli_RootManagerMode_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Router_filter] + or: [testgoerli_Router_filter] } -enum staginggoerli_RootManagerMode_orderBy { +enum testgoerli_Router_orderBy { id - mode + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type staginggoerli_RootMessageProcessed { +type testgoerli_Setting { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + maxRoutersPerTransfer: BigInt! + caller: testgoerli_Bytes! } -input staginggoerli_RootMessageProcessed_filter { +input testgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -30924,111 +30703,42 @@ 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 - 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!] + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageProcessed_filter] - or: [staginggoerli_RootMessageProcessed_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Setting_filter] + or: [testgoerli_Setting_filter] } -enum staginggoerli_RootMessageProcessed_orderBy { +enum testgoerli_Setting_orderBy { id - spokeDomain - hubDomain - root + maxRoutersPerTransfer caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber } -type staginggoerli_RootPropagated { +type testgoerli_SponsorVault { id: ID! - aggregate: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - count: BigInt! + sponsorVault: testgoerli_Bytes! } -input staginggoerli_RootPropagated_filter { +input testgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -31037,129 +30747,95 @@ 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!] + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootPropagated_filter] - or: [staginggoerli_RootPropagated_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_SponsorVault_filter] + or: [testgoerli_SponsorVault_filter] } -enum staginggoerli_RootPropagated_orderBy { +enum testgoerli_SponsorVault_orderBy { id - aggregate - domainsHash - count + sponsorVault } -type staginggoerli_ZkSyncConnectorMeta { +type testgoerli_StableSwap { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + canonicalId: testgoerli_Bytes! + domain: BigInt + swapPool: testgoerli_Bytes! } -input staginggoerli_ZkSyncConnectorMeta_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!] - 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_ZkSyncConnectorMeta_filter] - or: [staginggoerli_ZkSyncConnectorMeta_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_StableSwap_filter] + or: [testgoerli_StableSwap_filter] } -enum staginggoerli_ZkSyncConnectorMeta_orderBy { +enum testgoerli_StableSwap_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + canonicalId + domain + swapPool } -type staginggoerli__Block_ { +enum testgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type testgoerli__Block_ { """The hash of the block""" - hash: staginggoerli_Bytes + hash: testgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -31167,7 +30843,7 @@ type staginggoerli__Block_ { } """The type for the top-level _meta field""" -type staginggoerli__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 @@ -31175,31 +30851,31 @@ type staginggoerli__Meta_ { and therefore asks for the latest block """ - block: staginggoerli__Block_! + block: testgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type local1338_Asset { +type testoptimismgoerli_Asset { id: ID! - key: local1338_Bytes - local: local1338_Bytes! - adoptedAsset: local1338_Bytes! - canonicalId: local1338_Bytes! + key: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes! + adoptedAsset: testoptimismgoerli_Bytes! + canonicalId: testoptimismgoerli_Bytes! canonicalDomain: BigInt! blockNumber: BigInt! } -type local1338_AssetBalance { +type testoptimismgoerli_AssetBalance { id: ID! amount: BigInt! - router: local1338_Router! - asset: local1338_Asset! + router: testoptimismgoerli_Router! + asset: testoptimismgoerli_Asset! } -input local1338_AssetBalance_filter { +input testoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -31236,7 +30912,7 @@ input local1338_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: local1338_Router_filter + router_: testoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -31257,14 +30933,14 @@ input local1338_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: local1338_Asset_filter + asset_: testoptimismgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: local1338_BlockChangedFilter - and: [local1338_AssetBalance_filter] - or: [local1338_AssetBalance_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_AssetBalance_filter] + or: [testoptimismgoerli_AssetBalance_filter] } -enum local1338_AssetBalance_orderBy { +enum testoptimismgoerli_AssetBalance_orderBy { id amount router @@ -31284,7 +30960,7 @@ enum local1338_AssetBalance_orderBy { asset__blockNumber } -input local1338_Asset_filter { +input testoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -31293,46 +30969,46 @@ input local1338_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: local1338_Bytes - key_not: local1338_Bytes - key_gt: local1338_Bytes - key_lt: local1338_Bytes - key_gte: local1338_Bytes - key_lte: local1338_Bytes - key_in: [local1338_Bytes!] - key_not_in: [local1338_Bytes!] - key_contains: local1338_Bytes - key_not_contains: local1338_Bytes - local: local1338_Bytes - local_not: local1338_Bytes - local_gt: local1338_Bytes - local_lt: local1338_Bytes - local_gte: local1338_Bytes - local_lte: local1338_Bytes - local_in: [local1338_Bytes!] - local_not_in: [local1338_Bytes!] - local_contains: local1338_Bytes - local_not_contains: local1338_Bytes - adoptedAsset: local1338_Bytes - adoptedAsset_not: local1338_Bytes - adoptedAsset_gt: local1338_Bytes - adoptedAsset_lt: local1338_Bytes - adoptedAsset_gte: local1338_Bytes - adoptedAsset_lte: local1338_Bytes - adoptedAsset_in: [local1338_Bytes!] - adoptedAsset_not_in: [local1338_Bytes!] - adoptedAsset_contains: local1338_Bytes - adoptedAsset_not_contains: local1338_Bytes - canonicalId: local1338_Bytes - canonicalId_not: local1338_Bytes - canonicalId_gt: local1338_Bytes - canonicalId_lt: local1338_Bytes - canonicalId_gte: local1338_Bytes - canonicalId_lte: local1338_Bytes - canonicalId_in: [local1338_Bytes!] - canonicalId_not_in: [local1338_Bytes!] - canonicalId_contains: local1338_Bytes - canonicalId_not_contains: local1338_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 @@ -31350,12 +31026,12 @@ input local1338_Asset_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1338_BlockChangedFilter - and: [local1338_Asset_filter] - or: [local1338_Asset_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Asset_filter] + or: [testoptimismgoerli_Asset_filter] } -enum local1338_Asset_orderBy { +enum testoptimismgoerli_Asset_orderBy { id key local @@ -31365,60 +31041,60 @@ enum local1338_Asset_orderBy { blockNumber } -scalar local1338_BigDecimal +scalar testoptimismgoerli_BigDecimal -input local1338_BlockChangedFilter { +input testoptimismgoerli_BlockChangedFilter { number_gte: Int! } -input local1338_Block_height { - hash: local1338_Bytes +input testoptimismgoerli_Block_height { + hash: testoptimismgoerli_Bytes number: Int number_gte: Int } -scalar local1338_Bytes +scalar testoptimismgoerli_Bytes -type local1338_DestinationTransfer { +type testoptimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: local1338_Bytes + transferId: testoptimismgoerli_Bytes nonce: BigInt - to: local1338_Bytes - callData: local1338_Bytes + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt - agent: local1338_Bytes - recovery: local1338_Bytes + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: local1338_Bytes + callback: testoptimismgoerli_Bytes callbackFee: BigInt relayerFee: BigInt destinationMinOut: BigInt - status: local1338_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: local1338_Router_orderBy, orderDirection: local1338_OrderDirection, where: local1338_Router_filter): [local1338_Router!] - originSender: local1338_Bytes - transactingAsset: local1338_Bytes + 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: local1338_Bytes + localAsset: testoptimismgoerli_Bytes localAmount: BigInt sponsorVaultRelayerFee: BigInt - executedCaller: local1338_Bytes - executedTransactionHash: local1338_Bytes + executedCaller: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - reconciledCaller: local1338_Bytes - reconciledTransactionHash: local1338_Bytes + reconciledCaller: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt } -input local1338_DestinationTransfer_filter { +input testoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -31435,16 +31111,16 @@ input local1338_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: local1338_Bytes - transferId_not: local1338_Bytes - transferId_gt: local1338_Bytes - transferId_lt: local1338_Bytes - transferId_gte: local1338_Bytes - transferId_lte: local1338_Bytes - transferId_in: [local1338_Bytes!] - transferId_not_in: [local1338_Bytes!] - transferId_contains: local1338_Bytes - transferId_not_contains: local1338_Bytes + 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 @@ -31453,26 +31129,26 @@ input local1338_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: local1338_Bytes - to_not: local1338_Bytes - to_gt: local1338_Bytes - to_lt: local1338_Bytes - to_gte: local1338_Bytes - to_lte: local1338_Bytes - to_in: [local1338_Bytes!] - to_not_in: [local1338_Bytes!] - to_contains: local1338_Bytes - to_not_contains: local1338_Bytes - callData: local1338_Bytes - callData_not: local1338_Bytes - callData_gt: local1338_Bytes - callData_lt: local1338_Bytes - callData_gte: local1338_Bytes - callData_lte: local1338_Bytes - callData_in: [local1338_Bytes!] - callData_not_in: [local1338_Bytes!] - callData_contains: local1338_Bytes - callData_not_contains: local1338_Bytes + 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 @@ -31489,26 +31165,26 @@ input local1338_DestinationTransfer_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - agent: local1338_Bytes - agent_not: local1338_Bytes - agent_gt: local1338_Bytes - agent_lt: local1338_Bytes - agent_gte: local1338_Bytes - agent_lte: local1338_Bytes - agent_in: [local1338_Bytes!] - agent_not_in: [local1338_Bytes!] - agent_contains: local1338_Bytes - agent_not_contains: local1338_Bytes - recovery: local1338_Bytes - recovery_not: local1338_Bytes - recovery_gt: local1338_Bytes - recovery_lt: local1338_Bytes - recovery_gte: local1338_Bytes - recovery_lte: local1338_Bytes - recovery_in: [local1338_Bytes!] - recovery_not_in: [local1338_Bytes!] - recovery_contains: local1338_Bytes - recovery_not_contains: local1338_Bytes + 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!] @@ -31517,16 +31193,16 @@ input local1338_DestinationTransfer_filter { receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callback: local1338_Bytes - callback_not: local1338_Bytes - callback_gt: local1338_Bytes - callback_lt: local1338_Bytes - callback_gte: local1338_Bytes - callback_lte: local1338_Bytes - callback_in: [local1338_Bytes!] - callback_not_in: [local1338_Bytes!] - callback_contains: local1338_Bytes - callback_not_contains: local1338_Bytes + 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 @@ -31551,37 +31227,37 @@ input local1338_DestinationTransfer_filter { destinationMinOut_lte: BigInt destinationMinOut_in: [BigInt!] destinationMinOut_not_in: [BigInt!] - status: local1338_TransferStatus - status_not: local1338_TransferStatus - status_in: [local1338_TransferStatus!] - status_not_in: [local1338_TransferStatus!] + 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_: local1338_Router_filter - originSender: local1338_Bytes - originSender_not: local1338_Bytes - originSender_gt: local1338_Bytes - originSender_lt: local1338_Bytes - originSender_gte: local1338_Bytes - originSender_lte: local1338_Bytes - originSender_in: [local1338_Bytes!] - originSender_not_in: [local1338_Bytes!] - originSender_contains: local1338_Bytes - originSender_not_contains: local1338_Bytes - transactingAsset: local1338_Bytes - transactingAsset_not: local1338_Bytes - transactingAsset_gt: local1338_Bytes - transactingAsset_lt: local1338_Bytes - transactingAsset_gte: local1338_Bytes - transactingAsset_lte: local1338_Bytes - transactingAsset_in: [local1338_Bytes!] - transactingAsset_not_in: [local1338_Bytes!] - transactingAsset_contains: local1338_Bytes - transactingAsset_not_contains: local1338_Bytes + 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 @@ -31590,16 +31266,16 @@ input local1338_DestinationTransfer_filter { transactingAmount_lte: BigInt transactingAmount_in: [BigInt!] transactingAmount_not_in: [BigInt!] - localAsset: local1338_Bytes - localAsset_not: local1338_Bytes - localAsset_gt: local1338_Bytes - localAsset_lt: local1338_Bytes - localAsset_gte: local1338_Bytes - localAsset_lte: local1338_Bytes - localAsset_in: [local1338_Bytes!] - localAsset_not_in: [local1338_Bytes!] - localAsset_contains: local1338_Bytes - localAsset_not_contains: local1338_Bytes + 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 @@ -31616,26 +31292,26 @@ input local1338_DestinationTransfer_filter { sponsorVaultRelayerFee_lte: BigInt sponsorVaultRelayerFee_in: [BigInt!] sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: local1338_Bytes - executedCaller_not: local1338_Bytes - executedCaller_gt: local1338_Bytes - executedCaller_lt: local1338_Bytes - executedCaller_gte: local1338_Bytes - executedCaller_lte: local1338_Bytes - executedCaller_in: [local1338_Bytes!] - executedCaller_not_in: [local1338_Bytes!] - executedCaller_contains: local1338_Bytes - executedCaller_not_contains: local1338_Bytes - executedTransactionHash: local1338_Bytes - executedTransactionHash_not: local1338_Bytes - executedTransactionHash_gt: local1338_Bytes - executedTransactionHash_lt: local1338_Bytes - executedTransactionHash_gte: local1338_Bytes - executedTransactionHash_lte: local1338_Bytes - executedTransactionHash_in: [local1338_Bytes!] - executedTransactionHash_not_in: [local1338_Bytes!] - executedTransactionHash_contains: local1338_Bytes - executedTransactionHash_not_contains: local1338_Bytes + 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 @@ -31668,26 +31344,26 @@ input local1338_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - reconciledCaller: local1338_Bytes - reconciledCaller_not: local1338_Bytes - reconciledCaller_gt: local1338_Bytes - reconciledCaller_lt: local1338_Bytes - reconciledCaller_gte: local1338_Bytes - reconciledCaller_lte: local1338_Bytes - reconciledCaller_in: [local1338_Bytes!] - reconciledCaller_not_in: [local1338_Bytes!] - reconciledCaller_contains: local1338_Bytes - reconciledCaller_not_contains: local1338_Bytes - reconciledTransactionHash: local1338_Bytes - reconciledTransactionHash_not: local1338_Bytes - reconciledTransactionHash_gt: local1338_Bytes - reconciledTransactionHash_lt: local1338_Bytes - reconciledTransactionHash_gte: local1338_Bytes - reconciledTransactionHash_lte: local1338_Bytes - reconciledTransactionHash_in: [local1338_Bytes!] - reconciledTransactionHash_not_in: [local1338_Bytes!] - reconciledTransactionHash_contains: local1338_Bytes - reconciledTransactionHash_not_contains: local1338_Bytes + 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 @@ -31721,12 +31397,12 @@ input local1338_DestinationTransfer_filter { reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1338_BlockChangedFilter - and: [local1338_DestinationTransfer_filter] - or: [local1338_DestinationTransfer_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_DestinationTransfer_filter] + or: [testoptimismgoerli_DestinationTransfer_filter] } -enum local1338_DestinationTransfer_orderBy { +enum testoptimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -31769,46 +31445,46 @@ enum local1338_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar local1338_Int8 +scalar testoptimismgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum local1338_OrderDirection { +enum testoptimismgoerli_OrderDirection { asc desc } -type local1338_OriginTransfer { +type testoptimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: local1338_Bytes + transferId: testoptimismgoerli_Bytes nonce: BigInt - to: local1338_Bytes - callData: local1338_Bytes + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt - agent: local1338_Bytes - recovery: local1338_Bytes + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: local1338_Bytes + callback: testoptimismgoerli_Bytes callbackFee: BigInt relayerFee: BigInt destinationMinOut: BigInt - status: local1338_TransferStatus + status: testoptimismgoerli_TransferStatus originMinOut: BigInt - transactingAsset: local1338_Bytes + transactingAsset: testoptimismgoerli_Bytes transactingAmount: BigInt - bridgedAsset: local1338_Bytes + bridgedAsset: testoptimismgoerli_Bytes bridgedAmount: BigInt - caller: local1338_Bytes - transactionHash: local1338_Bytes + caller: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input local1338_OriginTransfer_filter { +input testoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -31825,16 +31501,16 @@ input local1338_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: local1338_Bytes - transferId_not: local1338_Bytes - transferId_gt: local1338_Bytes - transferId_lt: local1338_Bytes - transferId_gte: local1338_Bytes - transferId_lte: local1338_Bytes - transferId_in: [local1338_Bytes!] - transferId_not_in: [local1338_Bytes!] - transferId_contains: local1338_Bytes - transferId_not_contains: local1338_Bytes + 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 @@ -31843,26 +31519,26 @@ input local1338_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: local1338_Bytes - to_not: local1338_Bytes - to_gt: local1338_Bytes - to_lt: local1338_Bytes - to_gte: local1338_Bytes - to_lte: local1338_Bytes - to_in: [local1338_Bytes!] - to_not_in: [local1338_Bytes!] - to_contains: local1338_Bytes - to_not_contains: local1338_Bytes - callData: local1338_Bytes - callData_not: local1338_Bytes - callData_gt: local1338_Bytes - callData_lt: local1338_Bytes - callData_gte: local1338_Bytes - callData_lte: local1338_Bytes - callData_in: [local1338_Bytes!] - callData_not_in: [local1338_Bytes!] - callData_contains: local1338_Bytes - callData_not_contains: local1338_Bytes + 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 @@ -31879,26 +31555,26 @@ input local1338_OriginTransfer_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - agent: local1338_Bytes - agent_not: local1338_Bytes - agent_gt: local1338_Bytes - agent_lt: local1338_Bytes - agent_gte: local1338_Bytes - agent_lte: local1338_Bytes - agent_in: [local1338_Bytes!] - agent_not_in: [local1338_Bytes!] - agent_contains: local1338_Bytes - agent_not_contains: local1338_Bytes - recovery: local1338_Bytes - recovery_not: local1338_Bytes - recovery_gt: local1338_Bytes - recovery_lt: local1338_Bytes - recovery_gte: local1338_Bytes - recovery_lte: local1338_Bytes - recovery_in: [local1338_Bytes!] - recovery_not_in: [local1338_Bytes!] - recovery_contains: local1338_Bytes - recovery_not_contains: local1338_Bytes + 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!] @@ -31907,16 +31583,16 @@ input local1338_OriginTransfer_filter { receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callback: local1338_Bytes - callback_not: local1338_Bytes - callback_gt: local1338_Bytes - callback_lt: local1338_Bytes - callback_gte: local1338_Bytes - callback_lte: local1338_Bytes - callback_in: [local1338_Bytes!] - callback_not_in: [local1338_Bytes!] - callback_contains: local1338_Bytes - callback_not_contains: local1338_Bytes + 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 @@ -31941,10 +31617,10 @@ input local1338_OriginTransfer_filter { destinationMinOut_lte: BigInt destinationMinOut_in: [BigInt!] destinationMinOut_not_in: [BigInt!] - status: local1338_TransferStatus - status_not: local1338_TransferStatus - status_in: [local1338_TransferStatus!] - status_not_in: [local1338_TransferStatus!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] originMinOut: BigInt originMinOut_not: BigInt originMinOut_gt: BigInt @@ -31953,16 +31629,16 @@ input local1338_OriginTransfer_filter { originMinOut_lte: BigInt originMinOut_in: [BigInt!] originMinOut_not_in: [BigInt!] - transactingAsset: local1338_Bytes - transactingAsset_not: local1338_Bytes - transactingAsset_gt: local1338_Bytes - transactingAsset_lt: local1338_Bytes - transactingAsset_gte: local1338_Bytes - transactingAsset_lte: local1338_Bytes - transactingAsset_in: [local1338_Bytes!] - transactingAsset_not_in: [local1338_Bytes!] - transactingAsset_contains: local1338_Bytes - transactingAsset_not_contains: local1338_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 @@ -31971,16 +31647,16 @@ input local1338_OriginTransfer_filter { transactingAmount_lte: BigInt transactingAmount_in: [BigInt!] transactingAmount_not_in: [BigInt!] - bridgedAsset: local1338_Bytes - bridgedAsset_not: local1338_Bytes - bridgedAsset_gt: local1338_Bytes - bridgedAsset_lt: local1338_Bytes - bridgedAsset_gte: local1338_Bytes - bridgedAsset_lte: local1338_Bytes - bridgedAsset_in: [local1338_Bytes!] - bridgedAsset_not_in: [local1338_Bytes!] - bridgedAsset_contains: local1338_Bytes - bridgedAsset_not_contains: local1338_Bytes + 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 @@ -31989,26 +31665,26 @@ input local1338_OriginTransfer_filter { bridgedAmount_lte: BigInt bridgedAmount_in: [BigInt!] bridgedAmount_not_in: [BigInt!] - caller: local1338_Bytes - caller_not: local1338_Bytes - caller_gt: local1338_Bytes - caller_lt: local1338_Bytes - caller_gte: local1338_Bytes - caller_lte: local1338_Bytes - caller_in: [local1338_Bytes!] - caller_not_in: [local1338_Bytes!] - caller_contains: local1338_Bytes - caller_not_contains: local1338_Bytes - transactionHash: local1338_Bytes - transactionHash_not: local1338_Bytes - transactionHash_gt: local1338_Bytes - transactionHash_lt: local1338_Bytes - transactionHash_gte: local1338_Bytes - transactionHash_lte: local1338_Bytes - transactionHash_in: [local1338_Bytes!] - transactionHash_not_in: [local1338_Bytes!] - transactionHash_contains: local1338_Bytes - transactionHash_not_contains: local1338_Bytes + 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 @@ -32042,12 +31718,12 @@ input local1338_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1338_BlockChangedFilter - and: [local1338_OriginTransfer_filter] - or: [local1338_OriginTransfer_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_OriginTransfer_filter] + or: [testoptimismgoerli_OriginTransfer_filter] } -enum local1338_OriginTransfer_orderBy { +enum testoptimismgoerli_OriginTransfer_orderBy { id chainId transferId @@ -32078,13 +31754,13 @@ enum local1338_OriginTransfer_orderBy { blockNumber } -type local1338_Relayer { +type testoptimismgoerli_Relayer { id: ID! isActive: Boolean! - relayer: local1338_Bytes + relayer: testoptimismgoerli_Bytes } -input local1338_Relayer_filter { +input testoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -32097,39 +31773,39 @@ input local1338_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: local1338_Bytes - relayer_not: local1338_Bytes - relayer_gt: local1338_Bytes - relayer_lt: local1338_Bytes - relayer_gte: local1338_Bytes - relayer_lte: local1338_Bytes - relayer_in: [local1338_Bytes!] - relayer_not_in: [local1338_Bytes!] - relayer_contains: local1338_Bytes - relayer_not_contains: local1338_Bytes + 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: local1338_BlockChangedFilter - and: [local1338_Relayer_filter] - or: [local1338_Relayer_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Relayer_filter] + or: [testoptimismgoerli_Relayer_filter] } -enum local1338_Relayer_orderBy { +enum testoptimismgoerli_Relayer_orderBy { id isActive relayer } -type local1338_Router { +type testoptimismgoerli_Router { id: ID! isActive: Boolean! - owner: local1338_Bytes - recipient: local1338_Bytes - proposedOwner: local1338_Bytes + owner: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: local1338_AssetBalance_orderBy, orderDirection: local1338_OrderDirection, where: local1338_AssetBalance_filter): [local1338_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! } -input local1338_Router_filter { +input testoptimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -32142,36 +31818,36 @@ input local1338_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: local1338_Bytes - owner_not: local1338_Bytes - owner_gt: local1338_Bytes - owner_lt: local1338_Bytes - owner_gte: local1338_Bytes - owner_lte: local1338_Bytes - owner_in: [local1338_Bytes!] - owner_not_in: [local1338_Bytes!] - owner_contains: local1338_Bytes - owner_not_contains: local1338_Bytes - recipient: local1338_Bytes - recipient_not: local1338_Bytes - recipient_gt: local1338_Bytes - recipient_lt: local1338_Bytes - recipient_gte: local1338_Bytes - recipient_lte: local1338_Bytes - recipient_in: [local1338_Bytes!] - recipient_not_in: [local1338_Bytes!] - recipient_contains: local1338_Bytes - recipient_not_contains: local1338_Bytes - proposedOwner: local1338_Bytes - proposedOwner_not: local1338_Bytes - proposedOwner_gt: local1338_Bytes - proposedOwner_lt: local1338_Bytes - proposedOwner_gte: local1338_Bytes - proposedOwner_lte: local1338_Bytes - proposedOwner_in: [local1338_Bytes!] - proposedOwner_not_in: [local1338_Bytes!] - proposedOwner_contains: local1338_Bytes - proposedOwner_not_contains: local1338_Bytes + 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 @@ -32180,14 +31856,14 @@ input local1338_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: local1338_AssetBalance_filter + assetBalances_: testoptimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: local1338_BlockChangedFilter - and: [local1338_Router_filter] - or: [local1338_Router_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Router_filter] + or: [testoptimismgoerli_Router_filter] } -enum local1338_Router_orderBy { +enum testoptimismgoerli_Router_orderBy { id isActive owner @@ -32197,13 +31873,13 @@ enum local1338_Router_orderBy { assetBalances } -type local1338_Setting { +type testoptimismgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: local1338_Bytes! + caller: testoptimismgoerli_Bytes! } -input local1338_Setting_filter { +input testoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -32220,34 +31896,34 @@ input local1338_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: local1338_Bytes - caller_not: local1338_Bytes - caller_gt: local1338_Bytes - caller_lt: local1338_Bytes - caller_gte: local1338_Bytes - caller_lte: local1338_Bytes - caller_in: [local1338_Bytes!] - caller_not_in: [local1338_Bytes!] - caller_contains: local1338_Bytes - caller_not_contains: local1338_Bytes + 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: local1338_BlockChangedFilter - and: [local1338_Setting_filter] - or: [local1338_Setting_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Setting_filter] + or: [testoptimismgoerli_Setting_filter] } -enum local1338_Setting_orderBy { +enum testoptimismgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type local1338_SponsorVault { +type testoptimismgoerli_SponsorVault { id: ID! - sponsorVault: local1338_Bytes! + sponsorVault: testoptimismgoerli_Bytes! } -input local1338_SponsorVault_filter { +input testoptimismgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -32256,35 +31932,35 @@ input local1338_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: local1338_Bytes - sponsorVault_not: local1338_Bytes - sponsorVault_gt: local1338_Bytes - sponsorVault_lt: local1338_Bytes - sponsorVault_gte: local1338_Bytes - sponsorVault_lte: local1338_Bytes - sponsorVault_in: [local1338_Bytes!] - sponsorVault_not_in: [local1338_Bytes!] - sponsorVault_contains: local1338_Bytes - sponsorVault_not_contains: local1338_Bytes + 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: local1338_BlockChangedFilter - and: [local1338_SponsorVault_filter] - or: [local1338_SponsorVault_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_SponsorVault_filter] + or: [testoptimismgoerli_SponsorVault_filter] } -enum local1338_SponsorVault_orderBy { +enum testoptimismgoerli_SponsorVault_orderBy { id sponsorVault } -type local1338_StableSwap { +type testoptimismgoerli_StableSwap { id: ID! - canonicalId: local1338_Bytes! + canonicalId: testoptimismgoerli_Bytes! domain: BigInt - swapPool: local1338_Bytes! + swapPool: testoptimismgoerli_Bytes! } -input local1338_StableSwap_filter { +input testoptimismgoerli_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -32293,16 +31969,16 @@ input local1338_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: local1338_Bytes - canonicalId_not: local1338_Bytes - canonicalId_gt: local1338_Bytes - canonicalId_lt: local1338_Bytes - canonicalId_gte: local1338_Bytes - canonicalId_lte: local1338_Bytes - canonicalId_in: [local1338_Bytes!] - canonicalId_not_in: [local1338_Bytes!] - canonicalId_contains: local1338_Bytes - canonicalId_not_contains: local1338_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 domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -32311,30 +31987,30 @@ input local1338_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: local1338_Bytes - swapPool_not: local1338_Bytes - swapPool_gt: local1338_Bytes - swapPool_lt: local1338_Bytes - swapPool_gte: local1338_Bytes - swapPool_lte: local1338_Bytes - swapPool_in: [local1338_Bytes!] - swapPool_not_in: [local1338_Bytes!] - swapPool_contains: local1338_Bytes - swapPool_not_contains: local1338_Bytes + 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: local1338_BlockChangedFilter - and: [local1338_StableSwap_filter] - or: [local1338_StableSwap_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_StableSwap_filter] + or: [testoptimismgoerli_StableSwap_filter] } -enum local1338_StableSwap_orderBy { +enum testoptimismgoerli_StableSwap_orderBy { id canonicalId domain swapPool } -enum local1338_TransferStatus { +enum testoptimismgoerli_TransferStatus { XCalled Executed Reconciled @@ -32342,9 +32018,9 @@ enum local1338_TransferStatus { CompletedFast } -type local1338__Block_ { +type testoptimismgoerli__Block_ { """The hash of the block""" - hash: local1338_Bytes + hash: testoptimismgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -32352,7 +32028,7 @@ type local1338__Block_ { } """The type for the top-level _meta field""" -type local1338__Meta_ { +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 @@ -32360,21 +32036,21 @@ type local1338__Meta_ { and therefore asks for the latest block """ - block: local1338__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 { +type staginggoerli_AggregatedMessageRoot { id: ID! index: BigInt! - receivedRoot: goerli_Bytes! + receivedRoot: staginggoerli_Bytes! domain: BigInt } -input goerli_AggregatedMessageRoot_filter { +input staginggoerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -32383,24 +32059,24 @@ 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 + 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 @@ -32410,28 +32086,28 @@ input goerli_AggregatedMessageRoot_filter { 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] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregatedMessageRoot_filter] + or: [staginggoerli_AggregatedMessageRoot_filter] } -enum goerli_AggregatedMessageRoot_orderBy { +enum staginggoerli_AggregatedMessageRoot_orderBy { id index receivedRoot domain } -type goerli_ArbitrumConnectorMeta { +type staginggoerli_ArbitrumConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_ArbitrumConnectorMeta_filter { +input staginggoerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -32456,43 +32132,43 @@ input goerli_ArbitrumConnectorMeta_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: 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: goerli_BlockChangedFilter - and: [goerli_ArbitrumConnectorMeta_filter] - or: [goerli_ArbitrumConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ArbitrumConnectorMeta_filter] + or: [staginggoerli_ArbitrumConnectorMeta_filter] } -enum goerli_ArbitrumConnectorMeta_orderBy { +enum staginggoerli_ArbitrumConnectorMeta_orderBy { id spokeDomain hubDomain @@ -32501,28 +32177,28 @@ enum goerli_ArbitrumConnectorMeta_orderBy { mirrorConnector } -scalar goerli_BigDecimal +scalar staginggoerli_BigDecimal -input goerli_BlockChangedFilter { +input staginggoerli_BlockChangedFilter { number_gte: Int! } -input goerli_Block_height { - hash: goerli_Bytes +input staginggoerli_Block_height { + hash: staginggoerli_Bytes number: Int number_gte: Int } -type goerli_BnbConnectorMeta { +type staginggoerli_BnbConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_BnbConnectorMeta_filter { +input staginggoerli_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -32547,43 +32223,43 @@ input goerli_BnbConnectorMeta_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: 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: goerli_BlockChangedFilter - and: [goerli_BnbConnectorMeta_filter] - or: [goerli_BnbConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_BnbConnectorMeta_filter] + or: [staginggoerli_BnbConnectorMeta_filter] } -enum goerli_BnbConnectorMeta_orderBy { +enum staginggoerli_BnbConnectorMeta_orderBy { id spokeDomain hubDomain @@ -32592,18 +32268,18 @@ enum goerli_BnbConnectorMeta_orderBy { mirrorConnector } -scalar goerli_Bytes +scalar staginggoerli_Bytes -type goerli_GnosisConnectorMeta { +type staginggoerli_GnosisConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_GnosisConnectorMeta_filter { +input staginggoerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -32628,43 +32304,43 @@ input goerli_GnosisConnectorMeta_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: 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: goerli_BlockChangedFilter - and: [goerli_GnosisConnectorMeta_filter] - or: [goerli_GnosisConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_GnosisConnectorMeta_filter] + or: [staginggoerli_GnosisConnectorMeta_filter] } -enum goerli_GnosisConnectorMeta_orderBy { +enum staginggoerli_GnosisConnectorMeta_orderBy { id spokeDomain hubDomain @@ -32677,18 +32353,18 @@ enum goerli_GnosisConnectorMeta_orderBy { 8 bytes signed integer """ -scalar goerli_Int8 +scalar staginggoerli_Int8 -type goerli_OptimismConnectorMeta { +type staginggoerli_OptimismConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_OptimismConnectorMeta_filter { +input staginggoerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -32713,67 +32389,242 @@ input goerli_OptimismConnectorMeta_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: 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_OptimisticRootFinalized { + id: ID! + aggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! +} + +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!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootFinalized_filter] + or: [staginggoerli_OptimisticRootFinalized_filter] +} + +enum staginggoerli_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp +} + +type staginggoerli_OptimisticRootPropagated { + id: ID! + aggregateRoot: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! + timestamp: 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!] + """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 +} + +type staginggoerli_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: staginggoerli_Bytes! + snapshotsRoots: [staginggoerli_Bytes!] + domains: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes! +} + +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 """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimismConnectorMeta_filter] - or: [goerli_OptimismConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootProposed_filter] + or: [staginggoerli_OptimisticRootProposed_filter] } -enum goerli_OptimismConnectorMeta_orderBy { +enum staginggoerli_OptimisticRootProposed_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot } """Defines the order direction, either ascending or descending""" -enum goerli_OrderDirection { +enum staginggoerli_OrderDirection { asc desc } -type goerli_PolygonConnectorMeta { +type staginggoerli_PolygonConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_PolygonConnectorMeta_filter { +input staginggoerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -32798,43 +32649,43 @@ input goerli_PolygonConnectorMeta_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: 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: goerli_BlockChangedFilter - and: [goerli_PolygonConnectorMeta_filter] - or: [goerli_PolygonConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_PolygonConnectorMeta_filter] + or: [staginggoerli_PolygonConnectorMeta_filter] } -enum goerli_PolygonConnectorMeta_orderBy { +enum staginggoerli_PolygonConnectorMeta_orderBy { id spokeDomain hubDomain @@ -32843,14 +32694,14 @@ enum goerli_PolygonConnectorMeta_orderBy { mirrorConnector } -type goerli_RootAggregated { +type staginggoerli_RootAggregated { id: ID! domain: BigInt! - receivedRoot: goerli_Bytes! + receivedRoot: staginggoerli_Bytes! index: BigInt! } -input goerli_RootAggregated_filter { +input staginggoerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -32867,16 +32718,16 @@ input goerli_RootAggregated_filter { 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 + 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 @@ -32886,25 +32737,25 @@ input goerli_RootAggregated_filter { 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] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootAggregated_filter] + or: [staginggoerli_RootAggregated_filter] } -enum goerli_RootAggregated_orderBy { +enum staginggoerli_RootAggregated_orderBy { id domain receivedRoot index } -type goerli_RootManagerMeta { +type staginggoerli_RootManagerMeta { id: ID! domains: [BigInt!] - connectors: [goerli_Bytes!] + connectors: [staginggoerli_Bytes!] } -input goerli_RootManagerMeta_filter { +input staginggoerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -32919,38 +32770,83 @@ input goerli_RootManagerMeta_filter { 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!] + 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: goerli_BlockChangedFilter - and: [goerli_RootManagerMeta_filter] - or: [goerli_RootManagerMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMeta_filter] + or: [staginggoerli_RootManagerMeta_filter] } -enum goerli_RootManagerMeta_orderBy { +enum staginggoerli_RootManagerMeta_orderBy { id domains connectors } -type goerli_RootMessageProcessed { +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: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes + root: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input goerli_RootMessageProcessed_filter { +input staginggoerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -32975,36 +32871,36 @@ input goerli_RootMessageProcessed_filter { 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 + 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 @@ -33038,12 +32934,12 @@ input goerli_RootMessageProcessed_filter { 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] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageProcessed_filter] + or: [staginggoerli_RootMessageProcessed_filter] } -enum goerli_RootMessageProcessed_orderBy { +enum staginggoerli_RootMessageProcessed_orderBy { id spokeDomain hubDomain @@ -33056,14 +32952,14 @@ enum goerli_RootMessageProcessed_orderBy { blockNumber } -type goerli_RootPropagated { +type staginggoerli_RootPropagated { id: ID! - aggregate: goerli_Bytes! - domainsHash: goerli_Bytes! + aggregate: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! count: BigInt! } -input goerli_RootPropagated_filter { +input staginggoerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -33072,26 +32968,26 @@ 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 + 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 @@ -33101,28 +32997,28 @@ input goerli_RootPropagated_filter { 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] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootPropagated_filter] + or: [staginggoerli_RootPropagated_filter] } -enum goerli_RootPropagated_orderBy { +enum staginggoerli_RootPropagated_orderBy { id aggregate domainsHash count } -type goerli_ZkSyncConnectorMeta { +type staginggoerli_ZkSyncConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input goerli_ZkSyncConnectorMeta_filter { +input staginggoerli_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -33147,43 +33043,43 @@ input goerli_ZkSyncConnectorMeta_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: 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: goerli_BlockChangedFilter - and: [goerli_ZkSyncConnectorMeta_filter] - or: [goerli_ZkSyncConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ZkSyncConnectorMeta_filter] + or: [staginggoerli_ZkSyncConnectorMeta_filter] } -enum goerli_ZkSyncConnectorMeta_orderBy { +enum staginggoerli_ZkSyncConnectorMeta_orderBy { id spokeDomain hubDomain @@ -33192,9 +33088,9 @@ enum goerli_ZkSyncConnectorMeta_orderBy { mirrorConnector } -type goerli__Block_ { +type staginggoerli__Block_ { """The hash of the block""" - hash: goerli_Bytes + hash: staginggoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -33202,7 +33098,7 @@ type goerli__Block_ { } """The type for the top-level _meta field""" -type goerli__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 @@ -33210,31 +33106,31 @@ type goerli__Meta_ { and therefore asks for the latest block """ - block: goerli__Block_! + block: staginggoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type testoptimismgoerli_Asset { +type local1338_Asset { id: ID! - key: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes! - adoptedAsset: testoptimismgoerli_Bytes! - canonicalId: testoptimismgoerli_Bytes! + key: local1338_Bytes + local: local1338_Bytes! + adoptedAsset: local1338_Bytes! + canonicalId: local1338_Bytes! canonicalDomain: BigInt! blockNumber: BigInt! } -type testoptimismgoerli_AssetBalance { +type local1338_AssetBalance { id: ID! amount: BigInt! - router: testoptimismgoerli_Router! - asset: testoptimismgoerli_Asset! + router: local1338_Router! + asset: local1338_Asset! } -input testoptimismgoerli_AssetBalance_filter { +input local1338_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -33271,7 +33167,7 @@ input testoptimismgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: testoptimismgoerli_Router_filter + router_: local1338_Router_filter asset: String asset_not: String asset_gt: String @@ -33292,14 +33188,14 @@ input testoptimismgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: testoptimismgoerli_Asset_filter + asset_: local1338_Asset_filter """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_AssetBalance_filter] - or: [testoptimismgoerli_AssetBalance_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_AssetBalance_filter] + or: [local1338_AssetBalance_filter] } -enum testoptimismgoerli_AssetBalance_orderBy { +enum local1338_AssetBalance_orderBy { id amount router @@ -33319,7 +33215,7 @@ enum testoptimismgoerli_AssetBalance_orderBy { asset__blockNumber } -input testoptimismgoerli_Asset_filter { +input local1338_Asset_filter { id: ID id_not: ID id_gt: ID @@ -33328,46 +33224,46 @@ 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 + key: local1338_Bytes + key_not: local1338_Bytes + key_gt: local1338_Bytes + key_lt: local1338_Bytes + key_gte: local1338_Bytes + key_lte: local1338_Bytes + key_in: [local1338_Bytes!] + key_not_in: [local1338_Bytes!] + key_contains: local1338_Bytes + key_not_contains: local1338_Bytes + local: local1338_Bytes + local_not: local1338_Bytes + local_gt: local1338_Bytes + local_lt: local1338_Bytes + local_gte: local1338_Bytes + local_lte: local1338_Bytes + local_in: [local1338_Bytes!] + local_not_in: [local1338_Bytes!] + local_contains: local1338_Bytes + local_not_contains: local1338_Bytes + adoptedAsset: local1338_Bytes + adoptedAsset_not: local1338_Bytes + adoptedAsset_gt: local1338_Bytes + adoptedAsset_lt: local1338_Bytes + adoptedAsset_gte: local1338_Bytes + adoptedAsset_lte: local1338_Bytes + adoptedAsset_in: [local1338_Bytes!] + adoptedAsset_not_in: [local1338_Bytes!] + adoptedAsset_contains: local1338_Bytes + adoptedAsset_not_contains: local1338_Bytes + canonicalId: local1338_Bytes + canonicalId_not: local1338_Bytes + canonicalId_gt: local1338_Bytes + canonicalId_lt: local1338_Bytes + canonicalId_gte: local1338_Bytes + canonicalId_lte: local1338_Bytes + canonicalId_in: [local1338_Bytes!] + canonicalId_not_in: [local1338_Bytes!] + canonicalId_contains: local1338_Bytes + canonicalId_not_contains: local1338_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -33385,12 +33281,12 @@ input testoptimismgoerli_Asset_filter { 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] + _change_block: local1338_BlockChangedFilter + and: [local1338_Asset_filter] + or: [local1338_Asset_filter] } -enum testoptimismgoerli_Asset_orderBy { +enum local1338_Asset_orderBy { id key local @@ -33400,60 +33296,60 @@ enum testoptimismgoerli_Asset_orderBy { blockNumber } -scalar testoptimismgoerli_BigDecimal +scalar local1338_BigDecimal -input testoptimismgoerli_BlockChangedFilter { +input local1338_BlockChangedFilter { number_gte: Int! } -input testoptimismgoerli_Block_height { - hash: testoptimismgoerli_Bytes +input local1338_Block_height { + hash: local1338_Bytes number: Int number_gte: Int } -scalar testoptimismgoerli_Bytes +scalar local1338_Bytes -type testoptimismgoerli_DestinationTransfer { +type local1338_DestinationTransfer { id: ID! chainId: BigInt - transferId: testoptimismgoerli_Bytes + transferId: local1338_Bytes nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes + to: local1338_Bytes + callData: local1338_Bytes originDomain: BigInt destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes + agent: local1338_Bytes + recovery: local1338_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: testoptimismgoerli_Bytes + callback: local1338_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 + status: local1338_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: local1338_Router_orderBy, orderDirection: local1338_OrderDirection, where: local1338_Router_filter): [local1338_Router!] + originSender: local1338_Bytes + transactingAsset: local1338_Bytes transactingAmount: BigInt - localAsset: testoptimismgoerli_Bytes + localAsset: local1338_Bytes localAmount: BigInt sponsorVaultRelayerFee: BigInt - executedCaller: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes + executedCaller: local1338_Bytes + executedTransactionHash: local1338_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - reconciledCaller: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledCaller: local1338_Bytes + reconciledTransactionHash: local1338_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt } -input testoptimismgoerli_DestinationTransfer_filter { +input local1338_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -33470,16 +33366,16 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + transferId: local1338_Bytes + transferId_not: local1338_Bytes + transferId_gt: local1338_Bytes + transferId_lt: local1338_Bytes + transferId_gte: local1338_Bytes + transferId_lte: local1338_Bytes + transferId_in: [local1338_Bytes!] + transferId_not_in: [local1338_Bytes!] + transferId_contains: local1338_Bytes + transferId_not_contains: local1338_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -33488,26 +33384,26 @@ 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 + to: local1338_Bytes + to_not: local1338_Bytes + to_gt: local1338_Bytes + to_lt: local1338_Bytes + to_gte: local1338_Bytes + to_lte: local1338_Bytes + to_in: [local1338_Bytes!] + to_not_in: [local1338_Bytes!] + to_contains: local1338_Bytes + to_not_contains: local1338_Bytes + callData: local1338_Bytes + callData_not: local1338_Bytes + callData_gt: local1338_Bytes + callData_lt: local1338_Bytes + callData_gte: local1338_Bytes + callData_lte: local1338_Bytes + callData_in: [local1338_Bytes!] + callData_not_in: [local1338_Bytes!] + callData_contains: local1338_Bytes + callData_not_contains: local1338_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -33524,26 +33420,26 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + agent: local1338_Bytes + agent_not: local1338_Bytes + agent_gt: local1338_Bytes + agent_lt: local1338_Bytes + agent_gte: local1338_Bytes + agent_lte: local1338_Bytes + agent_in: [local1338_Bytes!] + agent_not_in: [local1338_Bytes!] + agent_contains: local1338_Bytes + agent_not_contains: local1338_Bytes + recovery: local1338_Bytes + recovery_not: local1338_Bytes + recovery_gt: local1338_Bytes + recovery_lt: local1338_Bytes + recovery_gte: local1338_Bytes + recovery_lte: local1338_Bytes + recovery_in: [local1338_Bytes!] + recovery_not_in: [local1338_Bytes!] + recovery_contains: local1338_Bytes + recovery_not_contains: local1338_Bytes forceSlow: Boolean forceSlow_not: Boolean forceSlow_in: [Boolean!] @@ -33552,16 +33448,16 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + callback: local1338_Bytes + callback_not: local1338_Bytes + callback_gt: local1338_Bytes + callback_lt: local1338_Bytes + callback_gte: local1338_Bytes + callback_lte: local1338_Bytes + callback_in: [local1338_Bytes!] + callback_not_in: [local1338_Bytes!] + callback_contains: local1338_Bytes + callback_not_contains: local1338_Bytes callbackFee: BigInt callbackFee_not: BigInt callbackFee_gt: BigInt @@ -33586,37 +33482,37 @@ input testoptimismgoerli_DestinationTransfer_filter { 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!] + status: local1338_TransferStatus + status_not: local1338_TransferStatus + status_in: [local1338_TransferStatus!] + status_not_in: [local1338_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 + routers_: local1338_Router_filter + originSender: local1338_Bytes + originSender_not: local1338_Bytes + originSender_gt: local1338_Bytes + originSender_lt: local1338_Bytes + originSender_gte: local1338_Bytes + originSender_lte: local1338_Bytes + originSender_in: [local1338_Bytes!] + originSender_not_in: [local1338_Bytes!] + originSender_contains: local1338_Bytes + originSender_not_contains: local1338_Bytes + transactingAsset: local1338_Bytes + transactingAsset_not: local1338_Bytes + transactingAsset_gt: local1338_Bytes + transactingAsset_lt: local1338_Bytes + transactingAsset_gte: local1338_Bytes + transactingAsset_lte: local1338_Bytes + transactingAsset_in: [local1338_Bytes!] + transactingAsset_not_in: [local1338_Bytes!] + transactingAsset_contains: local1338_Bytes + transactingAsset_not_contains: local1338_Bytes transactingAmount: BigInt transactingAmount_not: BigInt transactingAmount_gt: BigInt @@ -33625,16 +33521,16 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + localAsset: local1338_Bytes + localAsset_not: local1338_Bytes + localAsset_gt: local1338_Bytes + localAsset_lt: local1338_Bytes + localAsset_gte: local1338_Bytes + localAsset_lte: local1338_Bytes + localAsset_in: [local1338_Bytes!] + localAsset_not_in: [local1338_Bytes!] + localAsset_contains: local1338_Bytes + localAsset_not_contains: local1338_Bytes localAmount: BigInt localAmount_not: BigInt localAmount_gt: BigInt @@ -33651,26 +33547,26 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + executedCaller: local1338_Bytes + executedCaller_not: local1338_Bytes + executedCaller_gt: local1338_Bytes + executedCaller_lt: local1338_Bytes + executedCaller_gte: local1338_Bytes + executedCaller_lte: local1338_Bytes + executedCaller_in: [local1338_Bytes!] + executedCaller_not_in: [local1338_Bytes!] + executedCaller_contains: local1338_Bytes + executedCaller_not_contains: local1338_Bytes + executedTransactionHash: local1338_Bytes + executedTransactionHash_not: local1338_Bytes + executedTransactionHash_gt: local1338_Bytes + executedTransactionHash_lt: local1338_Bytes + executedTransactionHash_gte: local1338_Bytes + executedTransactionHash_lte: local1338_Bytes + executedTransactionHash_in: [local1338_Bytes!] + executedTransactionHash_not_in: [local1338_Bytes!] + executedTransactionHash_contains: local1338_Bytes + executedTransactionHash_not_contains: local1338_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -33703,26 +33599,26 @@ input testoptimismgoerli_DestinationTransfer_filter { 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 + reconciledCaller: local1338_Bytes + reconciledCaller_not: local1338_Bytes + reconciledCaller_gt: local1338_Bytes + reconciledCaller_lt: local1338_Bytes + reconciledCaller_gte: local1338_Bytes + reconciledCaller_lte: local1338_Bytes + reconciledCaller_in: [local1338_Bytes!] + reconciledCaller_not_in: [local1338_Bytes!] + reconciledCaller_contains: local1338_Bytes + reconciledCaller_not_contains: local1338_Bytes + reconciledTransactionHash: local1338_Bytes + reconciledTransactionHash_not: local1338_Bytes + reconciledTransactionHash_gt: local1338_Bytes + reconciledTransactionHash_lt: local1338_Bytes + reconciledTransactionHash_gte: local1338_Bytes + reconciledTransactionHash_lte: local1338_Bytes + reconciledTransactionHash_in: [local1338_Bytes!] + reconciledTransactionHash_not_in: [local1338_Bytes!] + reconciledTransactionHash_contains: local1338_Bytes + reconciledTransactionHash_not_contains: local1338_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -33756,12 +33652,12 @@ input testoptimismgoerli_DestinationTransfer_filter { 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: local1338_BlockChangedFilter + and: [local1338_DestinationTransfer_filter] + or: [local1338_DestinationTransfer_filter] } -enum testoptimismgoerli_DestinationTransfer_orderBy { +enum local1338_DestinationTransfer_orderBy { id chainId transferId @@ -33804,46 +33700,46 @@ enum testoptimismgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar testoptimismgoerli_Int8 +scalar local1338_Int8 """Defines the order direction, either ascending or descending""" -enum testoptimismgoerli_OrderDirection { +enum local1338_OrderDirection { asc desc } -type testoptimismgoerli_OriginTransfer { +type local1338_OriginTransfer { id: ID! chainId: BigInt - transferId: testoptimismgoerli_Bytes + transferId: local1338_Bytes nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes + to: local1338_Bytes + callData: local1338_Bytes originDomain: BigInt destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes + agent: local1338_Bytes + recovery: local1338_Bytes forceSlow: Boolean receiveLocal: Boolean - callback: testoptimismgoerli_Bytes + callback: local1338_Bytes callbackFee: BigInt relayerFee: BigInt destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus + status: local1338_TransferStatus originMinOut: BigInt - transactingAsset: testoptimismgoerli_Bytes + transactingAsset: local1338_Bytes transactingAmount: BigInt - bridgedAsset: testoptimismgoerli_Bytes + bridgedAsset: local1338_Bytes bridgedAmount: BigInt - caller: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes + caller: local1338_Bytes + transactionHash: local1338_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input testoptimismgoerli_OriginTransfer_filter { +input local1338_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -33860,16 +33756,16 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + transferId: local1338_Bytes + transferId_not: local1338_Bytes + transferId_gt: local1338_Bytes + transferId_lt: local1338_Bytes + transferId_gte: local1338_Bytes + transferId_lte: local1338_Bytes + transferId_in: [local1338_Bytes!] + transferId_not_in: [local1338_Bytes!] + transferId_contains: local1338_Bytes + transferId_not_contains: local1338_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -33878,26 +33774,26 @@ input testoptimismgoerli_OriginTransfer_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 + to: local1338_Bytes + to_not: local1338_Bytes + to_gt: local1338_Bytes + to_lt: local1338_Bytes + to_gte: local1338_Bytes + to_lte: local1338_Bytes + to_in: [local1338_Bytes!] + to_not_in: [local1338_Bytes!] + to_contains: local1338_Bytes + to_not_contains: local1338_Bytes + callData: local1338_Bytes + callData_not: local1338_Bytes + callData_gt: local1338_Bytes + callData_lt: local1338_Bytes + callData_gte: local1338_Bytes + callData_lte: local1338_Bytes + callData_in: [local1338_Bytes!] + callData_not_in: [local1338_Bytes!] + callData_contains: local1338_Bytes + callData_not_contains: local1338_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -33914,26 +33810,26 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + agent: local1338_Bytes + agent_not: local1338_Bytes + agent_gt: local1338_Bytes + agent_lt: local1338_Bytes + agent_gte: local1338_Bytes + agent_lte: local1338_Bytes + agent_in: [local1338_Bytes!] + agent_not_in: [local1338_Bytes!] + agent_contains: local1338_Bytes + agent_not_contains: local1338_Bytes + recovery: local1338_Bytes + recovery_not: local1338_Bytes + recovery_gt: local1338_Bytes + recovery_lt: local1338_Bytes + recovery_gte: local1338_Bytes + recovery_lte: local1338_Bytes + recovery_in: [local1338_Bytes!] + recovery_not_in: [local1338_Bytes!] + recovery_contains: local1338_Bytes + recovery_not_contains: local1338_Bytes forceSlow: Boolean forceSlow_not: Boolean forceSlow_in: [Boolean!] @@ -33942,16 +33838,16 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + callback: local1338_Bytes + callback_not: local1338_Bytes + callback_gt: local1338_Bytes + callback_lt: local1338_Bytes + callback_gte: local1338_Bytes + callback_lte: local1338_Bytes + callback_in: [local1338_Bytes!] + callback_not_in: [local1338_Bytes!] + callback_contains: local1338_Bytes + callback_not_contains: local1338_Bytes callbackFee: BigInt callbackFee_not: BigInt callbackFee_gt: BigInt @@ -33976,10 +33872,10 @@ input testoptimismgoerli_OriginTransfer_filter { 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!] + status: local1338_TransferStatus + status_not: local1338_TransferStatus + status_in: [local1338_TransferStatus!] + status_not_in: [local1338_TransferStatus!] originMinOut: BigInt originMinOut_not: BigInt originMinOut_gt: BigInt @@ -33988,16 +33884,16 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + transactingAsset: local1338_Bytes + transactingAsset_not: local1338_Bytes + transactingAsset_gt: local1338_Bytes + transactingAsset_lt: local1338_Bytes + transactingAsset_gte: local1338_Bytes + transactingAsset_lte: local1338_Bytes + transactingAsset_in: [local1338_Bytes!] + transactingAsset_not_in: [local1338_Bytes!] + transactingAsset_contains: local1338_Bytes + transactingAsset_not_contains: local1338_Bytes transactingAmount: BigInt transactingAmount_not: BigInt transactingAmount_gt: BigInt @@ -34006,16 +33902,16 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + bridgedAsset: local1338_Bytes + bridgedAsset_not: local1338_Bytes + bridgedAsset_gt: local1338_Bytes + bridgedAsset_lt: local1338_Bytes + bridgedAsset_gte: local1338_Bytes + bridgedAsset_lte: local1338_Bytes + bridgedAsset_in: [local1338_Bytes!] + bridgedAsset_not_in: [local1338_Bytes!] + bridgedAsset_contains: local1338_Bytes + bridgedAsset_not_contains: local1338_Bytes bridgedAmount: BigInt bridgedAmount_not: BigInt bridgedAmount_gt: BigInt @@ -34024,26 +33920,26 @@ input testoptimismgoerli_OriginTransfer_filter { 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 + caller: local1338_Bytes + caller_not: local1338_Bytes + caller_gt: local1338_Bytes + caller_lt: local1338_Bytes + caller_gte: local1338_Bytes + caller_lte: local1338_Bytes + caller_in: [local1338_Bytes!] + caller_not_in: [local1338_Bytes!] + caller_contains: local1338_Bytes + caller_not_contains: local1338_Bytes + transactionHash: local1338_Bytes + transactionHash_not: local1338_Bytes + transactionHash_gt: local1338_Bytes + transactionHash_lt: local1338_Bytes + transactionHash_gte: local1338_Bytes + transactionHash_lte: local1338_Bytes + transactionHash_in: [local1338_Bytes!] + transactionHash_not_in: [local1338_Bytes!] + transactionHash_contains: local1338_Bytes + transactionHash_not_contains: local1338_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -34077,12 +33973,12 @@ 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: local1338_BlockChangedFilter + and: [local1338_OriginTransfer_filter] + or: [local1338_OriginTransfer_filter] } -enum testoptimismgoerli_OriginTransfer_orderBy { +enum local1338_OriginTransfer_orderBy { id chainId transferId @@ -34113,13 +34009,13 @@ enum testoptimismgoerli_OriginTransfer_orderBy { blockNumber } -type testoptimismgoerli_Relayer { +type local1338_Relayer { id: ID! isActive: Boolean! - relayer: testoptimismgoerli_Bytes + relayer: local1338_Bytes } -input testoptimismgoerli_Relayer_filter { +input local1338_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -34132,39 +34028,39 @@ input testoptimismgoerli_Relayer_filter { 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 + relayer: local1338_Bytes + relayer_not: local1338_Bytes + relayer_gt: local1338_Bytes + relayer_lt: local1338_Bytes + relayer_gte: local1338_Bytes + relayer_lte: local1338_Bytes + relayer_in: [local1338_Bytes!] + relayer_not_in: [local1338_Bytes!] + relayer_contains: local1338_Bytes + relayer_not_contains: local1338_Bytes """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Relayer_filter] - or: [testoptimismgoerli_Relayer_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_Relayer_filter] + or: [local1338_Relayer_filter] } -enum testoptimismgoerli_Relayer_orderBy { +enum local1338_Relayer_orderBy { id isActive relayer } -type testoptimismgoerli_Router { +type local1338_Router { id: ID! isActive: Boolean! - owner: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes + owner: local1338_Bytes + recipient: local1338_Bytes + proposedOwner: local1338_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: local1338_AssetBalance_orderBy, orderDirection: local1338_OrderDirection, where: local1338_AssetBalance_filter): [local1338_AssetBalance!]! } -input testoptimismgoerli_Router_filter { +input local1338_Router_filter { id: ID id_not: ID id_gt: ID @@ -34177,377 +34073,68 @@ input testoptimismgoerli_Router_filter { 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 + owner: local1338_Bytes + owner_not: local1338_Bytes + owner_gt: local1338_Bytes + owner_lt: local1338_Bytes + owner_gte: local1338_Bytes + owner_lte: local1338_Bytes + owner_in: [local1338_Bytes!] + owner_not_in: [local1338_Bytes!] + owner_contains: local1338_Bytes + owner_not_contains: local1338_Bytes + recipient: local1338_Bytes + recipient_not: local1338_Bytes + recipient_gt: local1338_Bytes + recipient_lt: local1338_Bytes + recipient_gte: local1338_Bytes + recipient_lte: local1338_Bytes + recipient_in: [local1338_Bytes!] + recipient_not_in: [local1338_Bytes!] + recipient_contains: local1338_Bytes + recipient_not_contains: local1338_Bytes + proposedOwner: local1338_Bytes + proposedOwner_not: local1338_Bytes + proposedOwner_gt: local1338_Bytes + proposedOwner_lt: local1338_Bytes + proposedOwner_gte: local1338_Bytes + proposedOwner_lte: local1338_Bytes + proposedOwner_in: [local1338_Bytes!] + proposedOwner_not_in: [local1338_Bytes!] + proposedOwner_contains: local1338_Bytes + proposedOwner_not_contains: local1338_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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_SponsorVault_filter] - or: [testoptimismgoerli_SponsorVault_filter] -} - -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 - 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 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 + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: local1338_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccountBalance_filter] - or: [mumbai_swap_LpAccountBalance_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_Router_filter] + or: [local1338_Router_filter] } -enum mumbai_swap_LpAccountBalance_orderBy { +enum local1338_Router_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 + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input mumbai_swap_LpAccount_filter { +type local1338_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: local1338_Bytes! +} + +input local1338_Setting_filter { id: ID id_not: ID id_gt: ID @@ -34556,51 +34143,42 @@ 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 + 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: local1338_Bytes + caller_not: local1338_Bytes + caller_gt: local1338_Bytes + caller_lt: local1338_Bytes + caller_gte: local1338_Bytes + caller_lte: local1338_Bytes + caller_in: [local1338_Bytes!] + caller_not_in: [local1338_Bytes!] + caller_contains: local1338_Bytes + caller_not_contains: local1338_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccount_filter] - or: [mumbai_swap_LpAccount_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_Setting_filter] + or: [local1338_Setting_filter] } -enum mumbai_swap_LpAccount_orderBy { +enum local1338_Setting_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!]! + maxRoutersPerTransfer + caller } -interface mumbai_swap_LpTokenEvent { +type local1338_SponsorVault { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + sponsorVault: local1338_Bytes! } -input mumbai_swap_LpTokenEvent_filter { +input local1338_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -34609,92 +34187,35 @@ 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 - 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: local1338_Bytes + sponsorVault_not: local1338_Bytes + sponsorVault_gt: local1338_Bytes + sponsorVault_lt: local1338_Bytes + sponsorVault_gte: local1338_Bytes + sponsorVault_lte: local1338_Bytes + sponsorVault_in: [local1338_Bytes!] + sponsorVault_not_in: [local1338_Bytes!] + sponsorVault_contains: local1338_Bytes + sponsorVault_not_contains: local1338_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTokenEvent_filter] - or: [mumbai_swap_LpTokenEvent_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_SponsorVault_filter] + or: [local1338_SponsorVault_filter] } -enum mumbai_swap_LpTokenEvent_orderBy { +enum local1338_SponsorVault_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + sponsorVault } -input mumbai_swap_LpToken_filter { +type local1338_StableSwap { + id: ID! + canonicalId: local1338_Bytes! + domain: BigInt + swapPool: local1338_Bytes! +} + +input local1338_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -34703,287 +34224,98 @@ 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 + canonicalId: local1338_Bytes + canonicalId_not: local1338_Bytes + canonicalId_gt: local1338_Bytes + canonicalId_lt: local1338_Bytes + canonicalId_gte: local1338_Bytes + canonicalId_lte: local1338_Bytes + canonicalId_in: [local1338_Bytes!] + canonicalId_not_in: [local1338_Bytes!] + canonicalId_contains: local1338_Bytes + canonicalId_not_contains: local1338_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: local1338_Bytes + swapPool_not: local1338_Bytes + swapPool_gt: local1338_Bytes + swapPool_lt: local1338_Bytes + swapPool_gte: local1338_Bytes + swapPool_lte: local1338_Bytes + swapPool_in: [local1338_Bytes!] + swapPool_not_in: [local1338_Bytes!] + swapPool_contains: local1338_Bytes + swapPool_not_contains: local1338_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpToken_filter] - or: [mumbai_swap_LpToken_filter] + _change_block: local1338_BlockChangedFilter + and: [local1338_StableSwap_filter] + or: [local1338_StableSwap_filter] } -enum mumbai_swap_LpToken_orderBy { +enum local1338_StableSwap_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! + canonicalId + domain + swapPool } -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 - 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_LpTransferEvent_filter] - or: [mumbai_swap_LpTransferEvent_filter] +enum local1338_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -enum 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 +type local1338__Block_ { + """The hash of the block""" + hash: local1338_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 mumbai_swap_OrderDirection { - asc - desc +"""The type for the top-level _meta field""" +type local1338__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: local1338__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type mumbai_swap_PooledToken { +type local1337_Asset { id: ID! - asset: mumbai_swap_Bytes! + key: local1337_Bytes + local: local1337_Bytes! + adoptedAsset: local1337_Bytes! + canonicalId: local1337_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -input mumbai_swap_PooledToken_filter { +type local1337_AssetBalance { + id: ID! + amount: BigInt! + router: local1337_Router! + asset: local1337_Asset! +} + +input local1337_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -34992,72 +34324,83 @@ 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 + 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_: local1337_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_: local1337_Asset_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_PooledToken_filter] - or: [mumbai_swap_PooledToken_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_AssetBalance_filter] + or: [local1337_AssetBalance_filter] } -enum mumbai_swap_PooledToken_orderBy { +enum local1337_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 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! - transaction: mumbai_swap_Bytes! - nonce: BigInt! -} - -input mumbai_swap_StableSwapAddLiquidityEvent_filter { +input local1337_Asset_filter { id: ID id_not: ID id_gt: ID @@ -35066,272 +34409,132 @@ 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!] + key: local1337_Bytes + key_not: local1337_Bytes + key_gt: local1337_Bytes + key_lt: local1337_Bytes + key_gte: local1337_Bytes + key_lte: local1337_Bytes + key_in: [local1337_Bytes!] + key_not_in: [local1337_Bytes!] + key_contains: local1337_Bytes + key_not_contains: local1337_Bytes + local: local1337_Bytes + local_not: local1337_Bytes + local_gt: local1337_Bytes + local_lt: local1337_Bytes + local_gte: local1337_Bytes + local_lte: local1337_Bytes + local_in: [local1337_Bytes!] + local_not_in: [local1337_Bytes!] + local_contains: local1337_Bytes + local_not_contains: local1337_Bytes + adoptedAsset: local1337_Bytes + adoptedAsset_not: local1337_Bytes + adoptedAsset_gt: local1337_Bytes + adoptedAsset_lt: local1337_Bytes + adoptedAsset_gte: local1337_Bytes + adoptedAsset_lte: local1337_Bytes + adoptedAsset_in: [local1337_Bytes!] + adoptedAsset_not_in: [local1337_Bytes!] + adoptedAsset_contains: local1337_Bytes + adoptedAsset_not_contains: local1337_Bytes + canonicalId: local1337_Bytes + canonicalId_not: local1337_Bytes + canonicalId_gt: local1337_Bytes + canonicalId_lt: local1337_Bytes + canonicalId_gte: local1337_Bytes + canonicalId_lte: local1337_Bytes + canonicalId_in: [local1337_Bytes!] + canonicalId_not_in: [local1337_Bytes!] + canonicalId_contains: local1337_Bytes + canonicalId_not_contains: local1337_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_StableSwapAddLiquidityEvent_filter] - or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_Asset_filter] + or: [local1337_Asset_filter] } -enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum local1337_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 mumbai_swap_StableSwapEvent { - id: ID! - stableSwap: mumbai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! -} +scalar local1337_BigDecimal -input mumbai_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_: 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!] - """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapEvent_filter] - or: [mumbai_swap_StableSwapEvent_filter] +input local1337_BlockChangedFilter { + number_gte: Int! } -enum mumbai_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 local1337_Block_height { + hash: local1337_Bytes + number: Int + number_gte: Int } -type mumbai_swap_StableSwapExchange { +scalar local1337_Bytes + +type local1337_DestinationTransfer { 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! + chainId: BigInt + transferId: local1337_Bytes + nonce: BigInt + to: local1337_Bytes + callData: local1337_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: local1337_Bytes + recovery: local1337_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: local1337_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: local1337_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: local1337_Router_orderBy, orderDirection: local1337_OrderDirection, where: local1337_Router_filter): [local1337_Router!] + originSender: local1337_Bytes + transactingAsset: local1337_Bytes + transactingAmount: BigInt + localAsset: local1337_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: local1337_Bytes + executedTransactionHash: local1337_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: local1337_Bytes + reconciledTransactionHash: local1337_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input mumbai_swap_StableSwapExchange_filter { +input local1337_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -35340,109 +34543,24 @@ 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 + 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: local1337_Bytes + transferId_not: local1337_Bytes + transferId_gt: local1337_Bytes + transferId_lt: local1337_Bytes + transferId_gte: local1337_Bytes + transferId_lte: local1337_Bytes + transferId_in: [local1337_Bytes!] + transferId_not_in: [local1337_Bytes!] + transferId_contains: local1337_Bytes + transferId_not_contains: local1337_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -35451,61 +34569,362 @@ input mumbai_swap_StableSwapExchange_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: local1337_Bytes + to_not: local1337_Bytes + to_gt: local1337_Bytes + to_lt: local1337_Bytes + to_gte: local1337_Bytes + to_lte: local1337_Bytes + to_in: [local1337_Bytes!] + to_not_in: [local1337_Bytes!] + to_contains: local1337_Bytes + to_not_contains: local1337_Bytes + callData: local1337_Bytes + callData_not: local1337_Bytes + callData_gt: local1337_Bytes + callData_lt: local1337_Bytes + callData_gte: local1337_Bytes + callData_lte: local1337_Bytes + callData_in: [local1337_Bytes!] + callData_not_in: [local1337_Bytes!] + callData_contains: local1337_Bytes + callData_not_contains: local1337_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: local1337_Bytes + agent_not: local1337_Bytes + agent_gt: local1337_Bytes + agent_lt: local1337_Bytes + agent_gte: local1337_Bytes + agent_lte: local1337_Bytes + agent_in: [local1337_Bytes!] + agent_not_in: [local1337_Bytes!] + agent_contains: local1337_Bytes + agent_not_contains: local1337_Bytes + recovery: local1337_Bytes + recovery_not: local1337_Bytes + recovery_gt: local1337_Bytes + recovery_lt: local1337_Bytes + recovery_gte: local1337_Bytes + recovery_lte: local1337_Bytes + recovery_in: [local1337_Bytes!] + recovery_not_in: [local1337_Bytes!] + recovery_contains: local1337_Bytes + recovery_not_contains: local1337_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: local1337_Bytes + callback_not: local1337_Bytes + callback_gt: local1337_Bytes + callback_lt: local1337_Bytes + callback_gte: local1337_Bytes + callback_lte: local1337_Bytes + callback_in: [local1337_Bytes!] + callback_not_in: [local1337_Bytes!] + callback_contains: local1337_Bytes + callback_not_contains: local1337_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: local1337_TransferStatus + status_not: local1337_TransferStatus + status_in: [local1337_TransferStatus!] + status_not_in: [local1337_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: local1337_Router_filter + originSender: local1337_Bytes + originSender_not: local1337_Bytes + originSender_gt: local1337_Bytes + originSender_lt: local1337_Bytes + originSender_gte: local1337_Bytes + originSender_lte: local1337_Bytes + originSender_in: [local1337_Bytes!] + originSender_not_in: [local1337_Bytes!] + originSender_contains: local1337_Bytes + originSender_not_contains: local1337_Bytes + transactingAsset: local1337_Bytes + transactingAsset_not: local1337_Bytes + transactingAsset_gt: local1337_Bytes + transactingAsset_lt: local1337_Bytes + transactingAsset_gte: local1337_Bytes + transactingAsset_lte: local1337_Bytes + transactingAsset_in: [local1337_Bytes!] + transactingAsset_not_in: [local1337_Bytes!] + transactingAsset_contains: local1337_Bytes + transactingAsset_not_contains: local1337_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: local1337_Bytes + localAsset_not: local1337_Bytes + localAsset_gt: local1337_Bytes + localAsset_lt: local1337_Bytes + localAsset_gte: local1337_Bytes + localAsset_lte: local1337_Bytes + localAsset_in: [local1337_Bytes!] + localAsset_not_in: [local1337_Bytes!] + localAsset_contains: local1337_Bytes + localAsset_not_contains: local1337_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: local1337_Bytes + executedCaller_not: local1337_Bytes + executedCaller_gt: local1337_Bytes + executedCaller_lt: local1337_Bytes + executedCaller_gte: local1337_Bytes + executedCaller_lte: local1337_Bytes + executedCaller_in: [local1337_Bytes!] + executedCaller_not_in: [local1337_Bytes!] + executedCaller_contains: local1337_Bytes + executedCaller_not_contains: local1337_Bytes + executedTransactionHash: local1337_Bytes + executedTransactionHash_not: local1337_Bytes + executedTransactionHash_gt: local1337_Bytes + executedTransactionHash_lt: local1337_Bytes + executedTransactionHash_gte: local1337_Bytes + executedTransactionHash_lte: local1337_Bytes + executedTransactionHash_in: [local1337_Bytes!] + executedTransactionHash_not_in: [local1337_Bytes!] + executedTransactionHash_contains: local1337_Bytes + executedTransactionHash_not_contains: local1337_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: local1337_Bytes + reconciledCaller_not: local1337_Bytes + reconciledCaller_gt: local1337_Bytes + reconciledCaller_lt: local1337_Bytes + reconciledCaller_gte: local1337_Bytes + reconciledCaller_lte: local1337_Bytes + reconciledCaller_in: [local1337_Bytes!] + reconciledCaller_not_in: [local1337_Bytes!] + reconciledCaller_contains: local1337_Bytes + reconciledCaller_not_contains: local1337_Bytes + reconciledTransactionHash: local1337_Bytes + reconciledTransactionHash_not: local1337_Bytes + reconciledTransactionHash_gt: local1337_Bytes + reconciledTransactionHash_lt: local1337_Bytes + reconciledTransactionHash_gte: local1337_Bytes + reconciledTransactionHash_lte: local1337_Bytes + reconciledTransactionHash_in: [local1337_Bytes!] + reconciledTransactionHash_not_in: [local1337_Bytes!] + reconciledTransactionHash_contains: local1337_Bytes + reconciledTransactionHash_not_contains: local1337_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_StableSwapExchange_filter] - or: [mumbai_swap_StableSwapExchange_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_DestinationTransfer_filter] + or: [local1337_DestinationTransfer_filter] } -enum mumbai_swap_StableSwapExchange_orderBy { +enum local1337_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 mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar local1337_Int8 + +"""Defines the order direction, either ascending or descending""" +enum local1337_OrderDirection { + asc + desc +} + +type local1337_OriginTransfer { 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! + chainId: BigInt + transferId: local1337_Bytes + nonce: BigInt + to: local1337_Bytes + callData: local1337_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: local1337_Bytes + recovery: local1337_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: local1337_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: local1337_TransferStatus + originMinOut: BigInt + transactingAsset: local1337_Bytes + transactingAmount: BigInt + bridgedAsset: local1337_Bytes + bridgedAmount: BigInt + caller: local1337_Bytes + transactionHash: local1337_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input local1337_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -35514,105 +34933,24 @@ 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!] - 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: local1337_Bytes + transferId_not: local1337_Bytes + transferId_gt: local1337_Bytes + transferId_lt: local1337_Bytes + transferId_gte: local1337_Bytes + transferId_lte: local1337_Bytes + transferId_in: [local1337_Bytes!] + transferId_not_in: [local1337_Bytes!] + transferId_contains: local1337_Bytes + transferId_not_contains: local1337_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -35621,248 +34959,248 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: local1337_Bytes + to_not: local1337_Bytes + to_gt: local1337_Bytes + to_lt: local1337_Bytes + to_gte: local1337_Bytes + to_lte: local1337_Bytes + to_in: [local1337_Bytes!] + to_not_in: [local1337_Bytes!] + to_contains: local1337_Bytes + to_not_contains: local1337_Bytes + callData: local1337_Bytes + callData_not: local1337_Bytes + callData_gt: local1337_Bytes + callData_lt: local1337_Bytes + callData_gte: local1337_Bytes + callData_lte: local1337_Bytes + callData_in: [local1337_Bytes!] + callData_not_in: [local1337_Bytes!] + callData_contains: local1337_Bytes + callData_not_contains: local1337_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: local1337_Bytes + agent_not: local1337_Bytes + agent_gt: local1337_Bytes + agent_lt: local1337_Bytes + agent_gte: local1337_Bytes + agent_lte: local1337_Bytes + agent_in: [local1337_Bytes!] + agent_not_in: [local1337_Bytes!] + agent_contains: local1337_Bytes + agent_not_contains: local1337_Bytes + recovery: local1337_Bytes + recovery_not: local1337_Bytes + recovery_gt: local1337_Bytes + recovery_lt: local1337_Bytes + recovery_gte: local1337_Bytes + recovery_lte: local1337_Bytes + recovery_in: [local1337_Bytes!] + recovery_not_in: [local1337_Bytes!] + recovery_contains: local1337_Bytes + recovery_not_contains: local1337_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: local1337_Bytes + callback_not: local1337_Bytes + callback_gt: local1337_Bytes + callback_lt: local1337_Bytes + callback_gte: local1337_Bytes + callback_lte: local1337_Bytes + callback_in: [local1337_Bytes!] + callback_not_in: [local1337_Bytes!] + callback_contains: local1337_Bytes + callback_not_contains: local1337_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: local1337_TransferStatus + status_not: local1337_TransferStatus + status_in: [local1337_TransferStatus!] + status_not_in: [local1337_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: local1337_Bytes + transactingAsset_not: local1337_Bytes + transactingAsset_gt: local1337_Bytes + transactingAsset_lt: local1337_Bytes + transactingAsset_gte: local1337_Bytes + transactingAsset_lte: local1337_Bytes + transactingAsset_in: [local1337_Bytes!] + transactingAsset_not_in: [local1337_Bytes!] + transactingAsset_contains: local1337_Bytes + transactingAsset_not_contains: local1337_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: local1337_Bytes + bridgedAsset_not: local1337_Bytes + bridgedAsset_gt: local1337_Bytes + bridgedAsset_lt: local1337_Bytes + bridgedAsset_gte: local1337_Bytes + bridgedAsset_lte: local1337_Bytes + bridgedAsset_in: [local1337_Bytes!] + bridgedAsset_not_in: [local1337_Bytes!] + bridgedAsset_contains: local1337_Bytes + bridgedAsset_not_contains: local1337_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: local1337_Bytes + caller_not: local1337_Bytes + caller_gt: local1337_Bytes + caller_lt: local1337_Bytes + caller_gte: local1337_Bytes + caller_lte: local1337_Bytes + caller_in: [local1337_Bytes!] + caller_not_in: [local1337_Bytes!] + caller_contains: local1337_Bytes + caller_not_contains: local1337_Bytes + transactionHash: local1337_Bytes + transactionHash_not: local1337_Bytes + transactionHash_gt: local1337_Bytes + transactionHash_lt: local1337_Bytes + transactionHash_gte: local1337_Bytes + transactionHash_lte: local1337_Bytes + transactionHash_in: [local1337_Bytes!] + transactionHash_not_in: [local1337_Bytes!] + transactionHash_contains: local1337_Bytes + transactionHash_not_contains: local1337_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_StableSwapRemoveLiquidityEvent_filter] - or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] -} - -enum mumbai_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 mumbai_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: 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: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwap_filter] - or: [mumbai_swap_StableSwap_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_OriginTransfer_filter] + or: [local1337_OriginTransfer_filter] } -enum mumbai_swap_StableSwap_orderBy { +enum local1337_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 mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { +type local1337_Relayer { id: ID! - stableSwap: mumbai_swap_StableSwap! - timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + isActive: Boolean! + relayer: local1337_Bytes } -input mumbai_swap_SwapDailyVolume_filter { +input local1337_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -35871,80 +35209,43 @@ input mumbai_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_: 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: local1337_Bytes + relayer_not: local1337_Bytes + relayer_gt: local1337_Bytes + relayer_lt: local1337_Bytes + relayer_gte: local1337_Bytes + relayer_lte: local1337_Bytes + relayer_in: [local1337_Bytes!] + relayer_not_in: [local1337_Bytes!] + relayer_contains: local1337_Bytes + relayer_not_contains: local1337_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapDailyVolume_filter] - or: [mumbai_swap_SwapDailyVolume_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_Relayer_filter] + or: [local1337_Relayer_filter] } -enum mumbai_swap_SwapDailyVolume_orderBy { +enum local1337_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 mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { +type local1337_Router { id: ID! - stableSwap: mumbai_swap_StableSwap! - timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + isActive: Boolean! + owner: local1337_Bytes + recipient: local1337_Bytes + proposedOwner: local1337_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: local1337_AssetBalance_orderBy, orderDirection: local1337_OrderDirection, where: local1337_AssetBalance_filter): [local1337_AssetBalance!]! } -input mumbai_swap_SwapHourlyVolume_filter { +input local1337_Router_filter { id: ID id_not: ID id_gt: ID @@ -35953,152 +35254,116 @@ input mumbai_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_: 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: local1337_Bytes + owner_not: local1337_Bytes + owner_gt: local1337_Bytes + owner_lt: local1337_Bytes + owner_gte: local1337_Bytes + owner_lte: local1337_Bytes + owner_in: [local1337_Bytes!] + owner_not_in: [local1337_Bytes!] + owner_contains: local1337_Bytes + owner_not_contains: local1337_Bytes + recipient: local1337_Bytes + recipient_not: local1337_Bytes + recipient_gt: local1337_Bytes + recipient_lt: local1337_Bytes + recipient_gte: local1337_Bytes + recipient_lte: local1337_Bytes + recipient_in: [local1337_Bytes!] + recipient_not_in: [local1337_Bytes!] + recipient_contains: local1337_Bytes + recipient_not_contains: local1337_Bytes + proposedOwner: local1337_Bytes + proposedOwner_not: local1337_Bytes + proposedOwner_gt: local1337_Bytes + proposedOwner_lt: local1337_Bytes + proposedOwner_gte: local1337_Bytes + proposedOwner_lte: local1337_Bytes + proposedOwner_in: [local1337_Bytes!] + proposedOwner_not_in: [local1337_Bytes!] + proposedOwner_contains: local1337_Bytes + proposedOwner_not_contains: local1337_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_: local1337_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapHourlyVolume_filter] - or: [mumbai_swap_SwapHourlyVolume_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_Router_filter] + or: [local1337_Router_filter] } -enum mumbai_swap_SwapHourlyVolume_orderBy { +enum local1337_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 mumbai_swap_SwapTradeVolume { - stableSwap: mumbai_swap_StableSwap! - timestamp: BigInt! - volume: mumbai_swap_BigDecimal! +type local1337_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: local1337_Bytes! } -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!] +input local1337_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: local1337_Bytes + caller_not: local1337_Bytes + caller_gt: local1337_Bytes + caller_lt: local1337_Bytes + caller_gte: local1337_Bytes + caller_lte: local1337_Bytes + caller_in: [local1337_Bytes!] + caller_not_in: [local1337_Bytes!] + caller_contains: local1337_Bytes + caller_not_contains: local1337_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapTradeVolume_filter] - or: [mumbai_swap_SwapTradeVolume_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_Setting_filter] + or: [local1337_Setting_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 +enum local1337_Setting_orderBy { + id + maxRoutersPerTransfer + caller } -type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { +type local1337_SponsorVault { id: ID! - stableSwap: mumbai_swap_StableSwap! - timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + sponsorVault: local1337_Bytes! } -input mumbai_swap_SwapWeeklyVolume_filter { +input local1337_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -36107,118 +35372,95 @@ input mumbai_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_: 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!] + sponsorVault: local1337_Bytes + sponsorVault_not: local1337_Bytes + sponsorVault_gt: local1337_Bytes + sponsorVault_lt: local1337_Bytes + sponsorVault_gte: local1337_Bytes + sponsorVault_lte: local1337_Bytes + sponsorVault_in: [local1337_Bytes!] + sponsorVault_not_in: [local1337_Bytes!] + sponsorVault_contains: local1337_Bytes + sponsorVault_not_contains: local1337_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapWeeklyVolume_filter] - or: [mumbai_swap_SwapWeeklyVolume_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_SponsorVault_filter] + or: [local1337_SponsorVault_filter] } -enum mumbai_swap_SwapWeeklyVolume_orderBy { +enum local1337_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 mumbai_swap_SystemInfo { +type local1337_StableSwap { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + canonicalId: local1337_Bytes! + domain: BigInt + swapPool: local1337_Bytes! } -input mumbai_swap_SystemInfo_filter { +input local1337_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: local1337_Bytes + canonicalId_not: local1337_Bytes + canonicalId_gt: local1337_Bytes + canonicalId_lt: local1337_Bytes + canonicalId_gte: local1337_Bytes + canonicalId_lte: local1337_Bytes + canonicalId_in: [local1337_Bytes!] + canonicalId_not_in: [local1337_Bytes!] + canonicalId_contains: local1337_Bytes + canonicalId_not_contains: local1337_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: local1337_Bytes + swapPool_not: local1337_Bytes + swapPool_gt: local1337_Bytes + swapPool_lt: local1337_Bytes + swapPool_gte: local1337_Bytes + swapPool_lte: local1337_Bytes + swapPool_in: [local1337_Bytes!] + swapPool_not_in: [local1337_Bytes!] + swapPool_contains: local1337_Bytes + swapPool_not_contains: local1337_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SystemInfo_filter] - or: [mumbai_swap_SystemInfo_filter] + _change_block: local1337_BlockChangedFilter + and: [local1337_StableSwap_filter] + or: [local1337_StableSwap_filter] } -enum mumbai_swap_SystemInfo_orderBy { +enum local1337_StableSwap_orderBy { id - exchangeCount - swapCount + canonicalId + domain + swapPool } -type mumbai_swap__Block_ { +enum local1337_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type local1337__Block_ { """The hash of the block""" - hash: mumbai_swap_Bytes + hash: local1337_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -36226,7 +35468,7 @@ type mumbai_swap__Block_ { } """The type for the top-level _meta field""" -type mumbai_swap__Meta_ { +type local1337__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 @@ -36234,50 +35476,50 @@ type mumbai_swap__Meta_ { and therefore asks for the latest block """ - block: mumbai_swap__Block_! + block: local1337__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar stagingarbitrumgoerli_swap_BigDecimal +scalar staginggoerli_swap_BigDecimal -input stagingarbitrumgoerli_swap_BlockChangedFilter { +input staginggoerli_swap_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumgoerli_swap_Block_height { - hash: stagingarbitrumgoerli_swap_Bytes +input staginggoerli_swap_Block_height { + hash: staginggoerli_swap_Bytes number: Int number_gte: Int } -scalar stagingarbitrumgoerli_swap_Bytes +scalar staginggoerli_swap_Bytes """ 8 bytes signed integer """ -scalar stagingarbitrumgoerli_swap_Int8 +scalar staginggoerli_swap_Int8 -type stagingarbitrumgoerli_swap_LpAccount { +type staginggoerli_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!]! + 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 stagingarbitrumgoerli_swap_LpAccountBalance { +type staginggoerli_swap_LpAccountBalance { id: ID! - account: stagingarbitrumgoerli_swap_LpAccount! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! + account: staginggoerli_swap_LpAccount! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: stagingarbitrumgoerli_swap_Bytes + transaction: staginggoerli_swap_Bytes } -input stagingarbitrumgoerli_swap_LpAccountBalance_filter { +input staginggoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -36306,7 +35548,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_: staginggoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -36327,15 +35569,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_: 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 @@ -36352,23 +35594,23 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] - or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccountBalance_filter] + or: [staginggoerli_swap_LpAccountBalance_filter] } -enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { +enum staginggoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -36386,7 +35628,7 @@ enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { transaction } -input stagingarbitrumgoerli_swap_LpAccount_filter { +input staginggoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -36395,51 +35637,51 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccount_filter] - or: [stagingarbitrumgoerli_swap_LpAccount_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccount_filter] + or: [staginggoerli_swap_LpAccount_filter] } -enum stagingarbitrumgoerli_swap_LpAccount_orderBy { +enum staginggoerli_swap_LpAccount_orderBy { id address balances } -type stagingarbitrumgoerli_swap_LpToken { +type staginggoerli_swap_LpToken { id: ID! - address: stagingarbitrumgoerli_swap_Bytes! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + address: staginggoerli_swap_Bytes! + stableSwap: staginggoerli_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: 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 stagingarbitrumgoerli_swap_LpTokenEvent { +interface staginggoerli_swap_LpTokenEvent { id: ID! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_LpTokenEvent_filter { +input staginggoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -36468,15 +35710,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_: 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 @@ -36493,16 +35735,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: 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 @@ -36512,12 +35754,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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTokenEvent_filter] + or: [staginggoerli_swap_LpTokenEvent_filter] } -enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { +enum staginggoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -36533,7 +35775,7 @@ enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { nonce } -input stagingarbitrumgoerli_swap_LpToken_filter { +input staginggoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -36542,16 +35784,16 @@ 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: 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 @@ -36572,7 +35814,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_: staginggoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -36621,22 +35863,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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpToken_filter] - or: [stagingarbitrumgoerli_swap_LpToken_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpToken_filter] + or: [staginggoerli_swap_LpToken_filter] } -enum stagingarbitrumgoerli_swap_LpToken_orderBy { +enum staginggoerli_swap_LpToken_orderBy { id address stableSwap @@ -36663,21 +35905,21 @@ enum stagingarbitrumgoerli_swap_LpToken_orderBy { events } -type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { +type staginggoerli_swap_LpTransferEvent implements staginggoerli_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: 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: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_LpTransferEvent_filter { +input staginggoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -36706,51 +35948,51 @@ 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_: 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 @@ -36767,16 +36009,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: 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 @@ -36786,12 +36028,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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTransferEvent_filter] + or: [staginggoerli_swap_LpTransferEvent_filter] } -enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { +enum staginggoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -36812,17 +36054,17 @@ enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_swap_OrderDirection { +enum staginggoerli_swap_OrderDirection { asc desc } -type stagingarbitrumgoerli_swap_PooledToken { +type staginggoerli_swap_PooledToken { id: ID! - asset: stagingarbitrumgoerli_swap_Bytes! + asset: staginggoerli_swap_Bytes! } -input stagingarbitrumgoerli_swap_PooledToken_filter { +input staginggoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -36831,59 +36073,59 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_PooledToken_filter] - or: [stagingarbitrumgoerli_swap_PooledToken_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_PooledToken_filter] + or: [staginggoerli_swap_PooledToken_filter] } -enum stagingarbitrumgoerli_swap_PooledToken_orderBy { +enum staginggoerli_swap_PooledToken_orderBy { id asset } -type stagingarbitrumgoerli_swap_StableSwap { +type staginggoerli_swap_StableSwap { id: ID! isActive: Boolean - key: stagingarbitrumgoerli_swap_Bytes! - canonicalId: stagingarbitrumgoerli_swap_Bytes + key: staginggoerli_swap_Bytes! + canonicalId: staginggoerli_swap_Bytes domain: BigInt - swapPool: stagingarbitrumgoerli_swap_Bytes - lpToken: stagingarbitrumgoerli_swap_Bytes + swapPool: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [stagingarbitrumgoerli_swap_Bytes!]! + pooledTokens: [staginggoerli_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: 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 stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -36892,11 +36134,11 @@ type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingar balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -36925,17 +36167,17 @@ 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_: 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!] @@ -36994,16 +36236,16 @@ 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: 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 @@ -37013,12 +36255,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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -37050,16 +36292,16 @@ enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface stagingarbitrumgoerli_swap_StableSwapEvent { +interface staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapEvent_filter { +input staginggoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -37088,7 +36330,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_: staginggoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -37105,16 +36347,16 @@ 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: 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 @@ -37124,12 +36366,12 @@ 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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapEvent_filter] + or: [staginggoerli_swap_StableSwapEvent_filter] } -enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { +enum staginggoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -37154,10 +36396,10 @@ enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { nonce } -type stagingarbitrumgoerli_swap_StableSwapExchange { +type staginggoerli_swap_StableSwapExchange { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - buyer: stagingarbitrumgoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + buyer: staginggoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -37166,11 +36408,11 @@ type stagingarbitrumgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapExchange_filter { +input staginggoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -37199,17 +36441,17 @@ 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_: 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 @@ -37272,16 +36514,16 @@ 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: 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 @@ -37291,12 +36533,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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapExchange_filter] + or: [staginggoerli_swap_StableSwapExchange_filter] } -enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { +enum staginggoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -37328,10 +36570,10 @@ enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { nonce } -type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -37340,11 +36582,11 @@ type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagin balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -37373,17 +36615,17 @@ 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_: 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!] @@ -37442,16 +36684,16 @@ 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: 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 @@ -37461,12 +36703,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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -37498,7 +36740,7 @@ enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input stagingarbitrumgoerli_swap_StableSwap_filter { +input staginggoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -37511,26 +36753,26 @@ 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: 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 @@ -37539,26 +36781,26 @@ 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: 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 @@ -37607,12 +36849,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: [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!] @@ -37655,18 +36897,18 @@ 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 + 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwap_filter] - or: [stagingarbitrumgoerli_swap_StableSwap_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwap_filter] + or: [staginggoerli_swap_StableSwap_filter] } -enum stagingarbitrumgoerli_swap_StableSwap_orderBy { +enum staginggoerli_swap_StableSwap_orderBy { id isActive key @@ -37694,14 +36936,14 @@ enum stagingarbitrumgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: staginggoerli_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { +input staginggoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -37730,7 +36972,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_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -37739,21 +36981,21 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapDailyVolume_filter] + or: [staginggoerli_swap_SwapDailyVolume_filter] } -enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum staginggoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -37776,14 +37018,14 @@ enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { volume } -type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: staginggoerli_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { +input staginggoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -37812,7 +37054,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_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -37821,21 +37063,21 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapHourlyVolume_filter] + or: [staginggoerli_swap_SwapHourlyVolume_filter] } -enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -37858,13 +37100,13 @@ enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface stagingarbitrumgoerli_swap_SwapTradeVolume { - stableSwap: stagingarbitrumgoerli_swap_StableSwap! +interface staginggoerli_swap_SwapTradeVolume { + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: staginggoerli_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { +input staginggoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -37885,7 +37127,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_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -37894,21 +37136,21 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapTradeVolume_filter] + or: [staginggoerli_swap_SwapTradeVolume_filter] } -enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { +enum staginggoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -37930,14 +37172,14 @@ enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { volume } -type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: staginggoerli_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { +input staginggoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -37966,7 +37208,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_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -37975,21 +37217,21 @@ 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: 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: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapWeeklyVolume_filter] + or: [staginggoerli_swap_SwapWeeklyVolume_filter] } -enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -38012,13 +37254,13 @@ enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type stagingarbitrumgoerli_swap_SystemInfo { +type staginggoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input stagingarbitrumgoerli_swap_SystemInfo_filter { +input staginggoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -38044,20 +37286,20 @@ 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: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SystemInfo_filter] + or: [staginggoerli_swap_SystemInfo_filter] } -enum stagingarbitrumgoerli_swap_SystemInfo_orderBy { +enum staginggoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type stagingarbitrumgoerli_swap__Block_ { +type staginggoerli_swap__Block_ { """The hash of the block""" - hash: stagingarbitrumgoerli_swap_Bytes + hash: staginggoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -38065,7 +37307,7 @@ type stagingarbitrumgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type stagingarbitrumgoerli_swap__Meta_ { +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 @@ -38073,50 +37315,50 @@ type stagingarbitrumgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumgoerli_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 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 @@ -38145,7 +37387,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 @@ -38166,15 +37408,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 @@ -38191,23 +37433,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 @@ -38225,7 +37467,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 @@ -38234,51 +37476,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 @@ -38307,15 +37549,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 @@ -38332,16 +37574,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 @@ -38351,12 +37593,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 @@ -38372,7 +37614,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 @@ -38381,16 +37623,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 @@ -38411,7 +37653,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 @@ -38460,22 +37702,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 @@ -38502,21 +37744,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 @@ -38545,51 +37787,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 @@ -38606,16 +37848,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 @@ -38625,12 +37867,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 @@ -38651,17 +37893,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 @@ -38670,59 +37912,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 @@ -38731,11 +37973,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 @@ -38764,17 +38006,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!] @@ -38833,16 +38075,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 @@ -38852,12 +38094,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 @@ -38889,16 +38131,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 @@ -38927,7 +38169,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 @@ -38944,16 +38186,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 @@ -38963,12 +38205,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 @@ -38993,10 +38235,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! @@ -39005,11 +38247,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 @@ -39038,17 +38280,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 @@ -39111,16 +38353,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 @@ -39130,12 +38372,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 @@ -39167,10 +38409,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 @@ -39179,11 +38421,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 @@ -39212,17 +38454,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!] @@ -39281,16 +38523,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 @@ -39300,12 +38542,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 @@ -39337,7 +38579,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 @@ -39350,26 +38592,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 @@ -39378,26 +38620,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 @@ -39446,12 +38688,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!] @@ -39494,18 +38736,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 @@ -39533,14 +38775,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 @@ -39569,7 +38811,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 @@ -39578,21 +38820,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 @@ -39615,14 +38857,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 @@ -39651,7 +38893,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 @@ -39660,21 +38902,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 @@ -39697,13 +38939,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 @@ -39724,7 +38966,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 @@ -39733,21 +38975,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 @@ -39769,14 +39011,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 @@ -39805,7 +39047,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 @@ -39814,21 +39056,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 @@ -39851,13 +39093,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 @@ -39883,20 +39125,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""" @@ -39904,7 +39146,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 @@ -39912,50 +39154,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 arbitrumgoerli_swap_BigDecimal +scalar mumbai_swap_BigDecimal -input arbitrumgoerli_swap_BlockChangedFilter { +input mumbai_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumgoerli_swap_Block_height { - hash: arbitrumgoerli_swap_Bytes +input mumbai_swap_Block_height { + hash: mumbai_swap_Bytes number: Int number_gte: Int } -scalar arbitrumgoerli_swap_Bytes +scalar mumbai_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumgoerli_swap_Int8 +scalar mumbai_swap_Int8 -type arbitrumgoerli_swap_LpAccount { +type mumbai_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: 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 arbitrumgoerli_swap_LpAccountBalance { +type mumbai_swap_LpAccountBalance { id: ID! - account: arbitrumgoerli_swap_LpAccount! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! + account: mumbai_swap_LpAccount! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumgoerli_swap_Bytes + transaction: mumbai_swap_Bytes } -input arbitrumgoerli_swap_LpAccountBalance_filter { +input mumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -39984,7 +39226,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_: mumbai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -40005,15 +39247,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_: 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 @@ -40030,23 +39272,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccountBalance_filter] - or: [arbitrumgoerli_swap_LpAccountBalance_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccountBalance_filter] + or: [mumbai_swap_LpAccountBalance_filter] } -enum arbitrumgoerli_swap_LpAccountBalance_orderBy { +enum mumbai_swap_LpAccountBalance_orderBy { id account account__id @@ -40064,7 +39306,7 @@ enum arbitrumgoerli_swap_LpAccountBalance_orderBy { transaction } -input arbitrumgoerli_swap_LpAccount_filter { +input mumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -40073,51 +39315,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccount_filter] - or: [arbitrumgoerli_swap_LpAccount_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccount_filter] + or: [mumbai_swap_LpAccount_filter] } -enum arbitrumgoerli_swap_LpAccount_orderBy { +enum mumbai_swap_LpAccount_orderBy { id address balances } -type arbitrumgoerli_swap_LpToken { +type mumbai_swap_LpToken { id: ID! - address: arbitrumgoerli_swap_Bytes! - stableSwap: arbitrumgoerli_swap_StableSwap! + address: mumbai_swap_Bytes! + stableSwap: mumbai_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: 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 arbitrumgoerli_swap_LpTokenEvent { +interface mumbai_swap_LpTokenEvent { id: ID! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_LpTokenEvent_filter { +input mumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -40146,15 +39388,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_: 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 @@ -40171,16 +39413,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: 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 @@ -40190,12 +39432,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTokenEvent_filter] + or: [mumbai_swap_LpTokenEvent_filter] } -enum arbitrumgoerli_swap_LpTokenEvent_orderBy { +enum mumbai_swap_LpTokenEvent_orderBy { id token token__id @@ -40211,7 +39453,7 @@ enum arbitrumgoerli_swap_LpTokenEvent_orderBy { nonce } -input arbitrumgoerli_swap_LpToken_filter { +input mumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -40220,16 +39462,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: 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 @@ -40250,7 +39492,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_: mumbai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -40299,22 +39541,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpToken_filter] - or: [arbitrumgoerli_swap_LpToken_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpToken_filter] + or: [mumbai_swap_LpToken_filter] } -enum arbitrumgoerli_swap_LpToken_orderBy { +enum mumbai_swap_LpToken_orderBy { id address stableSwap @@ -40341,21 +39583,21 @@ enum arbitrumgoerli_swap_LpToken_orderBy { events } -type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_swap_LpTokenEvent { +type mumbai_swap_LpTransferEvent implements mumbai_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: 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: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_LpTransferEvent_filter { +input mumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -40384,51 +39626,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_: 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 @@ -40445,16 +39687,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: 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 @@ -40464,12 +39706,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTransferEvent_filter] + or: [mumbai_swap_LpTransferEvent_filter] } -enum arbitrumgoerli_swap_LpTransferEvent_orderBy { +enum mumbai_swap_LpTransferEvent_orderBy { id token token__id @@ -40490,17 +39732,17 @@ enum arbitrumgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumgoerli_swap_OrderDirection { +enum mumbai_swap_OrderDirection { asc desc } -type arbitrumgoerli_swap_PooledToken { +type mumbai_swap_PooledToken { id: ID! - asset: arbitrumgoerli_swap_Bytes! + asset: mumbai_swap_Bytes! } -input arbitrumgoerli_swap_PooledToken_filter { +input mumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -40509,59 +39751,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_PooledToken_filter] - or: [arbitrumgoerli_swap_PooledToken_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_PooledToken_filter] + or: [mumbai_swap_PooledToken_filter] } -enum arbitrumgoerli_swap_PooledToken_orderBy { +enum mumbai_swap_PooledToken_orderBy { id asset } -type arbitrumgoerli_swap_StableSwap { +type mumbai_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumgoerli_swap_Bytes! - canonicalId: arbitrumgoerli_swap_Bytes + key: mumbai_swap_Bytes! + canonicalId: mumbai_swap_Bytes domain: BigInt - swapPool: arbitrumgoerli_swap_Bytes - lpToken: arbitrumgoerli_swap_Bytes + swapPool: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumgoerli_swap_Bytes!]! + pooledTokens: [mumbai_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: 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 arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { +type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -40570,11 +39812,11 @@ type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_s balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input mumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -40603,17 +39845,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_: 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!] @@ -40672,16 +39914,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: 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 @@ -40691,12 +39933,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -40728,16 +39970,16 @@ enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumgoerli_swap_StableSwapEvent { +interface mumbai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapEvent_filter { +input mumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -40766,7 +40008,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_: mumbai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -40783,16 +40025,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: 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 @@ -40802,12 +40044,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapEvent_filter] + or: [mumbai_swap_StableSwapEvent_filter] } -enum arbitrumgoerli_swap_StableSwapEvent_orderBy { +enum mumbai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -40832,10 +40074,10 @@ enum arbitrumgoerli_swap_StableSwapEvent_orderBy { nonce } -type arbitrumgoerli_swap_StableSwapExchange { +type mumbai_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - buyer: arbitrumgoerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + buyer: mumbai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -40844,11 +40086,11 @@ type arbitrumgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapExchange_filter { +input mumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -40877,17 +40119,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_: 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 @@ -40950,16 +40192,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: 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 @@ -40969,12 +40211,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapExchange_filter] + or: [mumbai_swap_StableSwapExchange_filter] } -enum arbitrumgoerli_swap_StableSwapExchange_orderBy { +enum mumbai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -41006,10 +40248,10 @@ enum arbitrumgoerli_swap_StableSwapExchange_orderBy { nonce } -type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { +type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -41018,11 +40260,11 @@ type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -41051,17 +40293,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_: 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!] @@ -41120,16 +40362,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: 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 @@ -41139,12 +40381,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -41176,7 +40418,7 @@ enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumgoerli_swap_StableSwap_filter { +input mumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -41189,26 +40431,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: 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 @@ -41217,26 +40459,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: 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 @@ -41285,12 +40527,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: [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!] @@ -41333,18 +40575,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_: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwap_filter] - or: [arbitrumgoerli_swap_StableSwap_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwap_filter] + or: [mumbai_swap_StableSwap_filter] } -enum arbitrumgoerli_swap_StableSwap_orderBy { +enum mumbai_swap_StableSwap_orderBy { id isActive key @@ -41372,14 +40614,14 @@ enum arbitrumgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapDailyVolume_filter { +input mumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -41408,7 +40650,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -41417,21 +40659,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapDailyVolume_filter] - or: [arbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapDailyVolume_filter] + or: [mumbai_swap_SwapDailyVolume_filter] } -enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum mumbai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -41454,14 +40696,14 @@ enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { volume } -type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapHourlyVolume_filter { +input mumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -41490,7 +40732,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -41499,21 +40741,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapHourlyVolume_filter] + or: [mumbai_swap_SwapHourlyVolume_filter] } -enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum mumbai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -41536,13 +40778,13 @@ enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumgoerli_swap_SwapTradeVolume { - stableSwap: arbitrumgoerli_swap_StableSwap! +interface mumbai_swap_SwapTradeVolume { + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapTradeVolume_filter { +input mumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -41563,7 +40805,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -41572,21 +40814,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapTradeVolume_filter] - or: [arbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapTradeVolume_filter] + or: [mumbai_swap_SwapTradeVolume_filter] } -enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { +enum mumbai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -41608,14 +40850,14 @@ enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { volume } -type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapWeeklyVolume_filter { +input mumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -41644,7 +40886,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_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -41653,21 +40895,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: 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: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapWeeklyVolume_filter] + or: [mumbai_swap_SwapWeeklyVolume_filter] } -enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum mumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -41690,13 +40932,13 @@ enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumgoerli_swap_SystemInfo { +type mumbai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumgoerli_swap_SystemInfo_filter { +input mumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -41722,20 +40964,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: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SystemInfo_filter] + or: [mumbai_swap_SystemInfo_filter] } -enum arbitrumgoerli_swap_SystemInfo_orderBy { +enum mumbai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumgoerli_swap__Block_ { +type mumbai_swap__Block_ { """The hash of the block""" - hash: arbitrumgoerli_swap_Bytes + hash: mumbai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -41743,7 +40985,7 @@ type arbitrumgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumgoerli_swap__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 @@ -41751,50 +40993,50 @@ type arbitrumgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumgoerli_swap__Block_! + block: mumbai_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 arbitrumgoerli_swap_BigDecimal -input xdai_swap_BlockChangedFilter { +input arbitrumgoerli_swap_BlockChangedFilter { number_gte: Int! } -input xdai_swap_Block_height { - hash: xdai_swap_Bytes +input arbitrumgoerli_swap_Block_height { + hash: arbitrumgoerli_swap_Bytes number: Int number_gte: Int } -scalar xdai_swap_Bytes +scalar arbitrumgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar xdai_swap_Int8 +scalar arbitrumgoerli_swap_Int8 -type xdai_swap_LpAccount { +type arbitrumgoerli_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: 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 xdai_swap_LpAccountBalance { +type arbitrumgoerli_swap_LpAccountBalance { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + account: arbitrumgoerli_swap_LpAccount! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: xdai_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes } -input xdai_swap_LpAccountBalance_filter { +input arbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -41823,7 +41065,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_: arbitrumgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -41844,15 +41086,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_: 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 @@ -41869,23 +41111,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccountBalance_filter] + or: [arbitrumgoerli_swap_LpAccountBalance_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum arbitrumgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -41903,7 +41145,7 @@ enum xdai_swap_LpAccountBalance_orderBy { transaction } -input xdai_swap_LpAccount_filter { +input arbitrumgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -41912,51 +41154,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccount_filter] + or: [arbitrumgoerli_swap_LpAccount_filter] } -enum xdai_swap_LpAccount_orderBy { +enum arbitrumgoerli_swap_LpAccount_orderBy { id address balances } -type xdai_swap_LpToken { +type arbitrumgoerli_swap_LpToken { id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! + address: arbitrumgoerli_swap_Bytes! + stableSwap: arbitrumgoerli_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: 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 xdai_swap_LpTokenEvent { +interface arbitrumgoerli_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input arbitrumgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -41985,15 +41227,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_: 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 @@ -42010,16 +41252,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: 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 @@ -42029,12 +41271,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTokenEvent_filter] + or: [arbitrumgoerli_swap_LpTokenEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum arbitrumgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -42050,7 +41292,7 @@ enum xdai_swap_LpTokenEvent_orderBy { nonce } -input xdai_swap_LpToken_filter { +input arbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -42059,16 +41301,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: 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 @@ -42089,7 +41331,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_: arbitrumgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -42138,22 +41380,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpToken_filter] + or: [arbitrumgoerli_swap_LpToken_filter] } -enum xdai_swap_LpToken_orderBy { +enum arbitrumgoerli_swap_LpToken_orderBy { id address stableSwap @@ -42180,21 +41422,21 @@ enum xdai_swap_LpToken_orderBy { events } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_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: 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: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input arbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -42223,51 +41465,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_: 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 @@ -42284,16 +41526,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: 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 @@ -42303,12 +41545,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTransferEvent_filter] + or: [arbitrumgoerli_swap_LpTransferEvent_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum arbitrumgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -42329,17 +41571,17 @@ enum xdai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { +enum arbitrumgoerli_swap_OrderDirection { asc desc } -type xdai_swap_PooledToken { +type arbitrumgoerli_swap_PooledToken { id: ID! - asset: xdai_swap_Bytes! + asset: arbitrumgoerli_swap_Bytes! } -input xdai_swap_PooledToken_filter { +input arbitrumgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -42348,59 +41590,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_PooledToken_filter] + or: [arbitrumgoerli_swap_PooledToken_filter] } -enum xdai_swap_PooledToken_orderBy { +enum arbitrumgoerli_swap_PooledToken_orderBy { id asset } -type xdai_swap_StableSwap { +type arbitrumgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes + key: arbitrumgoerli_swap_Bytes! + canonicalId: arbitrumgoerli_swap_Bytes domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes + swapPool: arbitrumgoerli_swap_Bytes + lpToken: arbitrumgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [xdai_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: 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: 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 xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -42409,11 +41651,11 @@ type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -42442,17 +41684,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_: 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!] @@ -42511,16 +41753,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: 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 @@ -42530,12 +41772,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -42567,16 +41809,16 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +interface arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapEvent_filter { +input arbitrumgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -42605,7 +41847,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_: arbitrumgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -42622,16 +41864,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: 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 @@ -42641,12 +41883,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapEvent_filter] + or: [arbitrumgoerli_swap_StableSwapEvent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -42671,10 +41913,10 @@ enum xdai_swap_StableSwapEvent_orderBy { nonce } -type xdai_swap_StableSwapExchange { +type arbitrumgoerli_swap_StableSwapExchange { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + buyer: arbitrumgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -42683,11 +41925,11 @@ type xdai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input arbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -42716,17 +41958,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_: 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 @@ -42789,16 +42031,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: 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 @@ -42808,12 +42050,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapExchange_filter] + or: [arbitrumgoerli_swap_StableSwapExchange_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum arbitrumgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -42845,10 +42087,10 @@ enum xdai_swap_StableSwapExchange_orderBy { nonce } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -42857,11 +42099,11 @@ type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -42890,17 +42132,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_: 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!] @@ -42959,16 +42201,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: 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 @@ -42978,12 +42220,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -43015,7 +42257,7 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input xdai_swap_StableSwap_filter { +input arbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -43028,26 +42270,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: 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 @@ -43056,26 +42298,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: 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 @@ -43124,12 +42366,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: [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!] @@ -43172,18 +42414,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_: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwap_filter] + or: [arbitrumgoerli_swap_StableSwap_filter] } -enum xdai_swap_StableSwap_orderBy { +enum arbitrumgoerli_swap_StableSwap_orderBy { id isActive key @@ -43211,14 +42453,14 @@ enum xdai_swap_StableSwap_orderBy { weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input xdai_swap_SwapDailyVolume_filter { +input arbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -43247,7 +42489,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_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -43256,21 +42498,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapDailyVolume_filter] + or: [arbitrumgoerli_swap_SwapDailyVolume_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -43293,14 +42535,14 @@ enum xdai_swap_SwapDailyVolume_orderBy { volume } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input xdai_swap_SwapHourlyVolume_filter { +input arbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -43329,7 +42571,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_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -43338,21 +42580,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -43375,13 +42617,13 @@ enum xdai_swap_SwapHourlyVolume_orderBy { volume } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +interface arbitrumgoerli_swap_SwapTradeVolume { + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input xdai_swap_SwapTradeVolume_filter { +input arbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -43402,7 +42644,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_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -43411,21 +42653,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!] - """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + 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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapTradeVolume_filter] + or: [arbitrumgoerli_swap_SwapTradeVolume_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { +enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -43447,14 +42689,14 @@ enum xdai_swap_SwapTradeVolume_orderBy { volume } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input xdai_swap_SwapWeeklyVolume_filter { +input arbitrumgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -43483,7 +42725,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_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -43492,21 +42734,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -43529,13 +42771,13 @@ enum xdai_swap_SwapWeeklyVolume_orderBy { volume } -type xdai_swap_SystemInfo { +type arbitrumgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input xdai_swap_SystemInfo_filter { +input arbitrumgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -43561,20 +42803,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: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SystemInfo_filter] + or: [arbitrumgoerli_swap_SystemInfo_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum arbitrumgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type xdai_swap__Block_ { +type arbitrumgoerli_swap__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: arbitrumgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -43582,7 +42824,7 @@ type xdai_swap__Block_ { } """The type for the top-level _meta field""" -type xdai_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 @@ -43590,50 +42832,50 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_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 bnb_swap_BigDecimal +scalar optimism_swap_BigDecimal -input bnb_swap_BlockChangedFilter { +input optimism_swap_BlockChangedFilter { number_gte: Int! } -input bnb_swap_Block_height { - hash: bnb_swap_Bytes +input optimism_swap_Block_height { + hash: optimism_swap_Bytes number: Int number_gte: Int } -scalar bnb_swap_Bytes +scalar optimism_swap_Bytes """ 8 bytes signed integer """ -scalar bnb_swap_Int8 +scalar optimism_swap_Int8 -type bnb_swap_LpAccount { +type optimism_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: 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 bnb_swap_LpAccountBalance { +type optimism_swap_LpAccountBalance { id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt modified: BigInt - transaction: bnb_swap_Bytes + transaction: optimism_swap_Bytes } -input bnb_swap_LpAccountBalance_filter { +input optimism_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -43662,7 +42904,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_: optimism_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -43683,15 +42925,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_: 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 @@ -43708,23 +42950,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccountBalance_filter] - or: [bnb_swap_LpAccountBalance_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] } -enum bnb_swap_LpAccountBalance_orderBy { +enum optimism_swap_LpAccountBalance_orderBy { id account account__id @@ -43742,7 +42984,7 @@ enum bnb_swap_LpAccountBalance_orderBy { transaction } -input bnb_swap_LpAccount_filter { +input optimism_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -43751,51 +42993,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccount_filter] - or: [bnb_swap_LpAccount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] } -enum bnb_swap_LpAccount_orderBy { +enum optimism_swap_LpAccount_orderBy { id address balances } -type bnb_swap_LpToken { +type optimism_swap_LpToken { id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! + address: optimism_swap_Bytes! + stableSwap: optimism_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: 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 bnb_swap_LpTokenEvent { +interface optimism_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTokenEvent_filter { +input optimism_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -43824,15 +43066,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_: 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 @@ -43849,16 +43091,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: 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 @@ -43868,12 +43110,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum bnb_swap_LpTokenEvent_orderBy { +enum optimism_swap_LpTokenEvent_orderBy { id token token__id @@ -43889,7 +43131,7 @@ enum bnb_swap_LpTokenEvent_orderBy { nonce } -input bnb_swap_LpToken_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -43898,16 +43140,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: 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 @@ -43928,7 +43170,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_: optimism_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -43977,22 +43219,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpToken_filter] - or: [bnb_swap_LpToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum bnb_swap_LpToken_orderBy { +enum optimism_swap_LpToken_orderBy { id address stableSwap @@ -44019,21 +43261,21 @@ enum bnb_swap_LpToken_orderBy { events } -type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { +type optimism_swap_LpTransferEvent implements optimism_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: 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: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTransferEvent_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -44062,51 +43304,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_: 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 @@ -44123,16 +43365,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: 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 @@ -44142,12 +43384,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum bnb_swap_LpTransferEvent_orderBy { +enum optimism_swap_LpTransferEvent_orderBy { id token token__id @@ -44168,17 +43410,17 @@ enum bnb_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { +enum optimism_swap_OrderDirection { asc desc } -type bnb_swap_PooledToken { +type optimism_swap_PooledToken { id: ID! - asset: bnb_swap_Bytes! + asset: optimism_swap_Bytes! } -input bnb_swap_PooledToken_filter { +input optimism_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -44187,59 +43429,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_PooledToken_filter] - or: [bnb_swap_PooledToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum bnb_swap_PooledToken_orderBy { +enum optimism_swap_PooledToken_orderBy { id asset } -type bnb_swap_StableSwap { +type optimism_swap_StableSwap { id: ID! isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes + key: optimism_swap_Bytes! + canonicalId: optimism_swap_Bytes domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes + swapPool: optimism_swap_Bytes + lpToken: optimism_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [bnb_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: 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: 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 bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -44248,11 +43490,11 @@ type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input optimism_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -44281,17 +43523,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_: 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!] @@ -44350,16 +43592,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: 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 @@ -44369,12 +43611,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -44406,16 +43648,16 @@ enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface bnb_swap_StableSwapEvent { +interface optimism_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapEvent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -44444,7 +43686,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_: optimism_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -44461,16 +43703,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: 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 @@ -44480,12 +43722,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -enum bnb_swap_StableSwapEvent_orderBy { +enum optimism_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -44510,10 +43752,10 @@ enum bnb_swap_StableSwapEvent_orderBy { nonce } -type bnb_swap_StableSwapExchange { +type optimism_swap_StableSwapExchange { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + buyer: optimism_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -44522,11 +43764,11 @@ type bnb_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapExchange_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -44555,17 +43797,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_: 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 @@ -44628,16 +43870,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: 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 @@ -44647,12 +43889,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum bnb_swap_StableSwapExchange_orderBy { +enum optimism_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -44684,10 +43926,10 @@ enum bnb_swap_StableSwapExchange_orderBy { nonce } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -44696,11 +43938,11 @@ type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -44729,17 +43971,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_: 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!] @@ -44798,16 +44040,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: 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 @@ -44817,12 +44059,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -44854,7 +44096,7 @@ enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input bnb_swap_StableSwap_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -44867,26 +44109,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: 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 @@ -44895,26 +44137,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: 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 @@ -44963,12 +44205,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: [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!] @@ -45011,18 +44253,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_: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwap_filter] - or: [bnb_swap_StableSwap_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum bnb_swap_StableSwap_orderBy { +enum optimism_swap_StableSwap_orderBy { id isActive key @@ -45050,14 +44292,14 @@ enum bnb_swap_StableSwap_orderBy { weeklyVolumes } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input bnb_swap_SwapDailyVolume_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -45086,7 +44328,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_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45095,21 +44337,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapDailyVolume_filter] - or: [bnb_swap_SwapDailyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum bnb_swap_SwapDailyVolume_orderBy { +enum optimism_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -45132,14 +44374,14 @@ enum bnb_swap_SwapDailyVolume_orderBy { volume } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input bnb_swap_SwapHourlyVolume_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -45168,7 +44410,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_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45177,21 +44419,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapHourlyVolume_filter] - or: [bnb_swap_SwapHourlyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum optimism_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -45214,13 +44456,13 @@ enum bnb_swap_SwapHourlyVolume_orderBy { volume } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input bnb_swap_SwapTradeVolume_filter { +input optimism_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -45241,7 +44483,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_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45250,21 +44492,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapTradeVolume_filter] - or: [bnb_swap_SwapTradeVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum bnb_swap_SwapTradeVolume_orderBy { +enum optimism_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -45286,14 +44528,14 @@ enum bnb_swap_SwapTradeVolume_orderBy { volume } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input bnb_swap_SwapWeeklyVolume_filter { +input optimism_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -45322,7 +44564,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_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45331,21 +44573,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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapWeeklyVolume_filter] - or: [bnb_swap_SwapWeeklyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapWeeklyVolume_filter] + or: [optimism_swap_SwapWeeklyVolume_filter] } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum optimism_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -45368,13 +44610,13 @@ enum bnb_swap_SwapWeeklyVolume_orderBy { volume } -type bnb_swap_SystemInfo { +type optimism_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input bnb_swap_SystemInfo_filter { +input optimism_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -45400,20 +44642,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_SystemInfo_filter] + or: [optimism_swap_SystemInfo_filter] } -enum bnb_swap_SystemInfo_orderBy { +enum optimism_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type bnb_swap__Block_ { +type optimism_swap__Block_ { """The hash of the block""" - hash: bnb_swap_Bytes + hash: optimism_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -45421,7 +44663,7 @@ type bnb_swap__Block_ { } """The type for the top-level _meta field""" -type bnb_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 @@ -45429,7 +44671,7 @@ type bnb_swap__Meta_ { and therefore asks for the latest block """ - block: bnb_swap__Block_! + block: optimism_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -47275,43 +46517,43 @@ type stagingoptimismgoerli_swap__Meta_ { hasIndexingErrors: Boolean! } -scalar goerli_swap_BigDecimal +scalar optimismgoerli_swap_BigDecimal -input goerli_swap_BlockChangedFilter { +input optimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input goerli_swap_Block_height { - hash: goerli_swap_Bytes +input optimismgoerli_swap_Block_height { + hash: optimismgoerli_swap_Bytes number: Int number_gte: Int } -scalar goerli_swap_Bytes +scalar optimismgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar goerli_swap_Int8 +scalar optimismgoerli_swap_Int8 -type goerli_swap_LpAccount { +type optimismgoerli_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: 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 goerli_swap_LpAccountBalance { +type optimismgoerli_swap_LpAccountBalance { id: ID! - account: goerli_swap_LpAccount! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + account: optimismgoerli_swap_LpAccount! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: goerli_swap_Bytes + transaction: optimismgoerli_swap_Bytes } -input goerli_swap_LpAccountBalance_filter { +input optimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -47340,7 +46582,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_: optimismgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -47361,15 +46603,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_: 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 @@ -47386,23 +46628,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccountBalance_filter] - or: [goerli_swap_LpAccountBalance_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccountBalance_filter] + or: [optimismgoerli_swap_LpAccountBalance_filter] } -enum goerli_swap_LpAccountBalance_orderBy { +enum optimismgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -47420,7 +46662,7 @@ enum goerli_swap_LpAccountBalance_orderBy { transaction } -input goerli_swap_LpAccount_filter { +input optimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -47429,51 +46671,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccount_filter] - or: [goerli_swap_LpAccount_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccount_filter] + or: [optimismgoerli_swap_LpAccount_filter] } -enum goerli_swap_LpAccount_orderBy { +enum optimismgoerli_swap_LpAccount_orderBy { id address balances } -type goerli_swap_LpToken { +type optimismgoerli_swap_LpToken { id: ID! - address: goerli_swap_Bytes! - stableSwap: goerli_swap_StableSwap! + address: optimismgoerli_swap_Bytes! + stableSwap: optimismgoerli_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: 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 goerli_swap_LpTokenEvent { +interface optimismgoerli_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTokenEvent_filter { +input optimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -47502,15 +46744,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_: 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 @@ -47527,16 +46769,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: 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 @@ -47546,12 +46788,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTokenEvent_filter] + or: [optimismgoerli_swap_LpTokenEvent_filter] } -enum goerli_swap_LpTokenEvent_orderBy { +enum optimismgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -47567,7 +46809,7 @@ enum goerli_swap_LpTokenEvent_orderBy { nonce } -input goerli_swap_LpToken_filter { +input optimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -47576,16 +46818,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: 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 @@ -47606,7 +46848,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_: optimismgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -47655,22 +46897,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpToken_filter] - or: [goerli_swap_LpToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpToken_filter] + or: [optimismgoerli_swap_LpToken_filter] } -enum goerli_swap_LpToken_orderBy { +enum optimismgoerli_swap_LpToken_orderBy { id address stableSwap @@ -47697,21 +46939,21 @@ enum goerli_swap_LpToken_orderBy { events } -type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { +type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_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: 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: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTransferEvent_filter { +input optimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -47740,51 +46982,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_: 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 @@ -47801,16 +47043,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: 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 @@ -47820,12 +47062,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTransferEvent_filter] + or: [optimismgoerli_swap_LpTransferEvent_filter] } -enum goerli_swap_LpTransferEvent_orderBy { +enum optimismgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -47846,17 +47088,17 @@ enum goerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum goerli_swap_OrderDirection { +enum optimismgoerli_swap_OrderDirection { asc desc } -type goerli_swap_PooledToken { +type optimismgoerli_swap_PooledToken { id: ID! - asset: goerli_swap_Bytes! + asset: optimismgoerli_swap_Bytes! } -input goerli_swap_PooledToken_filter { +input optimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -47865,59 +47107,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_PooledToken_filter] - or: [goerli_swap_PooledToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_PooledToken_filter] + or: [optimismgoerli_swap_PooledToken_filter] } -enum goerli_swap_PooledToken_orderBy { +enum optimismgoerli_swap_PooledToken_orderBy { id asset } -type goerli_swap_StableSwap { +type optimismgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: goerli_swap_Bytes! - canonicalId: goerli_swap_Bytes + key: optimismgoerli_swap_Bytes! + canonicalId: optimismgoerli_swap_Bytes domain: BigInt - swapPool: goerli_swap_Bytes - lpToken: goerli_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [goerli_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: 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: 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 goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -47926,11 +47168,11 @@ type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -47959,17 +47201,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_: 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!] @@ -48028,16 +47270,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: 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 @@ -48047,12 +47289,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -48084,16 +47326,16 @@ enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface goerli_swap_StableSwapEvent { +interface optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapEvent_filter { +input optimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -48122,7 +47364,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_: optimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -48139,16 +47381,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: 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 @@ -48158,12 +47400,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapEvent_filter] + or: [optimismgoerli_swap_StableSwapEvent_filter] } -enum goerli_swap_StableSwapEvent_orderBy { +enum optimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -48188,10 +47430,10 @@ enum goerli_swap_StableSwapEvent_orderBy { nonce } -type goerli_swap_StableSwapExchange { +type optimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: goerli_swap_StableSwap! - buyer: goerli_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + buyer: optimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -48200,11 +47442,11 @@ type goerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapExchange_filter { +input optimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -48233,17 +47475,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_: 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 @@ -48306,16 +47548,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: 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 @@ -48325,12 +47567,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapExchange_filter] + or: [optimismgoerli_swap_StableSwapExchange_filter] } -enum goerli_swap_StableSwapExchange_orderBy { +enum optimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -48362,10 +47604,10 @@ enum goerli_swap_StableSwapExchange_orderBy { nonce } -type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -48374,11 +47616,11 @@ type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -48407,17 +47649,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_: 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!] @@ -48476,16 +47718,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: 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 @@ -48495,12 +47737,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -48532,7 +47774,7 @@ enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input goerli_swap_StableSwap_filter { +input optimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -48545,26 +47787,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: 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 @@ -48573,26 +47815,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: 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 @@ -48641,12 +47883,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: [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!] @@ -48689,18 +47931,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_: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwap_filter] - or: [goerli_swap_StableSwap_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwap_filter] + or: [optimismgoerli_swap_StableSwap_filter] } -enum goerli_swap_StableSwap_orderBy { +enum optimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -48728,14 +47970,14 @@ enum goerli_swap_StableSwap_orderBy { weeklyVolumes } -type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_swap_SwapDailyVolume_filter { +input optimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -48764,7 +48006,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48773,21 +48015,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapDailyVolume_filter] - or: [goerli_swap_SwapDailyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapDailyVolume_filter] + or: [optimismgoerli_swap_SwapDailyVolume_filter] } -enum goerli_swap_SwapDailyVolume_orderBy { +enum optimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -48810,14 +48052,14 @@ enum goerli_swap_SwapDailyVolume_orderBy { volume } -type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_swap_SwapHourlyVolume_filter { +input optimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -48846,7 +48088,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48855,21 +48097,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapHourlyVolume_filter] - or: [goerli_swap_SwapHourlyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapHourlyVolume_filter] + or: [optimismgoerli_swap_SwapHourlyVolume_filter] } -enum goerli_swap_SwapHourlyVolume_orderBy { +enum optimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -48892,13 +48134,13 @@ enum goerli_swap_SwapHourlyVolume_orderBy { volume } -interface goerli_swap_SwapTradeVolume { - stableSwap: goerli_swap_StableSwap! +interface optimismgoerli_swap_SwapTradeVolume { + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_swap_SwapTradeVolume_filter { +input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -48919,7 +48161,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48928,21 +48170,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapTradeVolume_filter] - or: [goerli_swap_SwapTradeVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapTradeVolume_filter] + or: [optimismgoerli_swap_SwapTradeVolume_filter] } -enum goerli_swap_SwapTradeVolume_orderBy { +enum optimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -48964,14 +48206,14 @@ enum goerli_swap_SwapTradeVolume_orderBy { volume } -type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input goerli_swap_SwapWeeklyVolume_filter { +input optimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -49000,7 +48242,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -49009,21 +48251,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: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapWeeklyVolume_filter] - or: [goerli_swap_SwapWeeklyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapWeeklyVolume_filter] + or: [optimismgoerli_swap_SwapWeeklyVolume_filter] } -enum goerli_swap_SwapWeeklyVolume_orderBy { +enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -49046,13 +48288,13 @@ enum goerli_swap_SwapWeeklyVolume_orderBy { volume } -type goerli_swap_SystemInfo { +type optimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input goerli_swap_SystemInfo_filter { +input optimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -49078,20 +48320,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SystemInfo_filter] + or: [optimismgoerli_swap_SystemInfo_filter] } -enum goerli_swap_SystemInfo_orderBy { +enum optimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type goerli_swap__Block_ { +type optimismgoerli_swap__Block_ { """The hash of the block""" - hash: goerli_swap_Bytes + hash: optimismgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -49099,7 +48341,7 @@ type goerli_swap__Block_ { } """The type for the top-level _meta field""" -type goerli_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 @@ -49107,50 +48349,50 @@ type goerli_swap__Meta_ { and therefore asks for the latest block """ - block: goerli_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 arbitrumone_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input arbitrumone_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input arbitrumone_swap_Block_height { + hash: arbitrumone_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar arbitrumone_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar arbitrumone_swap_Int8 -type polygon_swap_LpAccount { +type arbitrumone_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: 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 polygon_swap_LpAccountBalance { +type arbitrumone_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: arbitrumone_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -49179,7 +48421,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_: arbitrumone_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -49200,15 +48442,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_: 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 @@ -49225,23 +48467,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id account account__id @@ -49259,7 +48501,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -49268,51 +48510,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type arbitrumone_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_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: 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 polygon_swap_LpTokenEvent { +interface arbitrumone_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -49341,15 +48583,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_: 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 @@ -49366,16 +48608,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: 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 @@ -49385,12 +48627,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum arbitrumone_swap_LpTokenEvent_orderBy { id token token__id @@ -49406,7 +48648,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input arbitrumone_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -49415,16 +48657,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: 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 @@ -49445,7 +48687,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_: arbitrumone_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -49494,22 +48736,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id address stableSwap @@ -49536,21 +48778,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_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: 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: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -49579,51 +48821,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_: 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 @@ -49640,16 +48882,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: 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 @@ -49659,12 +48901,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id token token__id @@ -49685,17 +48927,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum arbitrumone_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type arbitrumone_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: arbitrumone_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -49704,59 +48946,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type arbitrumone_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: arbitrumone_swap_Bytes! + canonicalId: arbitrumone_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_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: 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: 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 polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -49765,11 +49007,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -49798,17 +49040,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_: 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!] @@ -49867,16 +49109,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: 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 @@ -49886,12 +49128,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -49923,16 +49165,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -49961,7 +49203,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_: arbitrumone_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -49978,16 +49220,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: 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 @@ -49997,12 +49239,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -50027,10 +49269,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type arbitrumone_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -50039,11 +49281,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -50072,17 +49314,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_: 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 @@ -50145,16 +49387,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: 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 @@ -50164,12 +49406,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -50201,10 +49443,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -50213,11 +49455,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50246,17 +49488,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_: 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!] @@ -50315,16 +49557,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: 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 @@ -50334,12 +49576,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50371,7 +49613,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -50384,26 +49626,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: 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 @@ -50412,26 +49654,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: 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 @@ -50480,12 +49722,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: [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!] @@ -50528,18 +49770,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_: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id isActive key @@ -50567,14 +49809,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50603,7 +49845,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_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50612,21 +49854,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -50649,14 +49891,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50685,7 +49927,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_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50694,21 +49936,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -50731,13 +49973,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input arbitrumone_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -50758,7 +50000,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_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50767,21 +50009,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum arbitrumone_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -50803,14 +50045,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50839,7 +50081,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_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50848,21 +50090,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum arbitrumone_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -50885,13 +50127,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type arbitrumone_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -50917,20 +50159,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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type arbitrumone_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: arbitrumone_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -50938,7 +50180,7 @@ type polygon_swap__Block_ { } """The type for the top-level _meta field""" -type polygon_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 @@ -50946,50 +50188,50 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_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 arbitrumone_swap_BigDecimal +scalar goerli_swap_BigDecimal -input arbitrumone_swap_BlockChangedFilter { +input goerli_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes +input goerli_swap_Block_height { + hash: goerli_swap_Bytes number: Int number_gte: Int } -scalar arbitrumone_swap_Bytes +scalar goerli_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumone_swap_Int8 +scalar goerli_swap_Int8 -type arbitrumone_swap_LpAccount { +type goerli_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: 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 arbitrumone_swap_LpAccountBalance { +type goerli_swap_LpAccountBalance { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + account: goerli_swap_LpAccount! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumone_swap_Bytes + transaction: goerli_swap_Bytes } -input arbitrumone_swap_LpAccountBalance_filter { +input goerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -51018,7 +50260,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_: goerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -51036,18 +50278,18 @@ input arbitrumone_swap_LpAccountBalance_filter { 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!] + 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 @@ -51064,23 +50306,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccountBalance_filter] + or: [goerli_swap_LpAccountBalance_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum goerli_swap_LpAccountBalance_orderBy { id account account__id @@ -51098,7 +50340,7 @@ enum arbitrumone_swap_LpAccountBalance_orderBy { transaction } -input arbitrumone_swap_LpAccount_filter { +input goerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -51107,51 +50349,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccount_filter] + or: [goerli_swap_LpAccount_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum goerli_swap_LpAccount_orderBy { id address balances } -type arbitrumone_swap_LpToken { +type goerli_swap_LpToken { id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! + address: goerli_swap_Bytes! + stableSwap: goerli_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: 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 arbitrumone_swap_LpTokenEvent { +interface goerli_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTokenEvent_filter { +input goerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -51180,15 +50422,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_: 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 @@ -51205,16 +50447,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: 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 @@ -51224,12 +50466,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTokenEvent_filter] + or: [goerli_swap_LpTokenEvent_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum goerli_swap_LpTokenEvent_orderBy { id token token__id @@ -51245,7 +50487,7 @@ enum arbitrumone_swap_LpTokenEvent_orderBy { nonce } -input arbitrumone_swap_LpToken_filter { +input goerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -51254,16 +50496,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: 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 @@ -51284,7 +50526,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_: goerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -51333,22 +50575,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpToken_filter] + or: [goerli_swap_LpToken_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum goerli_swap_LpToken_orderBy { id address stableSwap @@ -51375,21 +50617,21 @@ enum arbitrumone_swap_LpToken_orderBy { events } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type goerli_swap_LpTransferEvent implements goerli_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: 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: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input goerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -51418,51 +50660,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_: 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 @@ -51479,16 +50721,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: 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 @@ -51498,12 +50740,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTransferEvent_filter] + or: [goerli_swap_LpTransferEvent_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum goerli_swap_LpTransferEvent_orderBy { id token token__id @@ -51524,17 +50766,17 @@ enum arbitrumone_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { +enum goerli_swap_OrderDirection { asc desc } -type arbitrumone_swap_PooledToken { +type goerli_swap_PooledToken { id: ID! - asset: arbitrumone_swap_Bytes! + asset: goerli_swap_Bytes! } -input arbitrumone_swap_PooledToken_filter { +input goerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -51543,59 +50785,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_PooledToken_filter] + or: [goerli_swap_PooledToken_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum goerli_swap_PooledToken_orderBy { id asset } -type arbitrumone_swap_StableSwap { +type goerli_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes + key: goerli_swap_Bytes! + canonicalId: goerli_swap_Bytes domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes + swapPool: goerli_swap_Bytes + lpToken: goerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumone_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: 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: 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 arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -51604,11 +50846,11 @@ type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_St balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input goerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -51637,17 +50879,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_: 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!] @@ -51706,16 +50948,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: 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 @@ -51725,12 +50967,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapAddLiquidityEvent_filter] + or: [goerli_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -51762,16 +51004,16 @@ enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumone_swap_StableSwapEvent { +interface goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapEvent_filter { +input goerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -51800,7 +51042,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_: goerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -51817,16 +51059,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: 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 @@ -51836,12 +51078,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapEvent_filter] + or: [goerli_swap_StableSwapEvent_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum goerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -51866,10 +51108,10 @@ enum arbitrumone_swap_StableSwapEvent_orderBy { nonce } -type arbitrumone_swap_StableSwapExchange { +type goerli_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + buyer: goerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -51878,11 +51120,11 @@ type arbitrumone_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapExchange_filter { +input goerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -51911,17 +51153,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_: 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 @@ -51984,16 +51226,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: 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 @@ -52003,12 +51245,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapExchange_filter] + or: [goerli_swap_StableSwapExchange_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum goerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -52040,10 +51282,10 @@ enum arbitrumone_swap_StableSwapExchange_orderBy { nonce } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -52052,11 +51294,11 @@ type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -52085,17 +51327,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_: 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!] @@ -52154,16 +51396,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: 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 @@ -52173,12 +51415,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -52210,7 +51452,7 @@ enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumone_swap_StableSwap_filter { +input goerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -52223,26 +51465,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: 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 @@ -52251,26 +51493,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: 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 @@ -52319,12 +51561,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: [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!] @@ -52367,18 +51609,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_: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwap_filter] + or: [goerli_swap_StableSwap_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum goerli_swap_StableSwap_orderBy { id isActive key @@ -52406,14 +51648,14 @@ enum arbitrumone_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumone_swap_SwapDailyVolume_filter { +input goerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52442,7 +51684,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_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52451,21 +51693,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapDailyVolume_filter] + or: [goerli_swap_SwapDailyVolume_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum goerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -52488,14 +51730,14 @@ enum arbitrumone_swap_SwapDailyVolume_orderBy { volume } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumone_swap_SwapHourlyVolume_filter { +input goerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52524,7 +51766,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_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52533,21 +51775,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapHourlyVolume_filter] + or: [goerli_swap_SwapHourlyVolume_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum goerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -52570,13 +51812,13 @@ enum arbitrumone_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! +interface goerli_swap_SwapTradeVolume { + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumone_swap_SwapTradeVolume_filter { +input goerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -52597,7 +51839,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_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52606,21 +51848,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapTradeVolume_filter] + or: [goerli_swap_SwapTradeVolume_filter] } -enum arbitrumone_swap_SwapTradeVolume_orderBy { +enum goerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -52642,14 +51884,14 @@ enum arbitrumone_swap_SwapTradeVolume_orderBy { volume } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input goerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52678,7 +51920,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_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52687,21 +51929,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: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapWeeklyVolume_filter] + or: [goerli_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum goerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -52724,13 +51966,13 @@ enum arbitrumone_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumone_swap_SystemInfo { +type goerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumone_swap_SystemInfo_filter { +input goerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -52756,20 +51998,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: goerli_swap_BlockChangedFilter + and: [goerli_swap_SystemInfo_filter] + or: [goerli_swap_SystemInfo_filter] } -enum arbitrumone_swap_SystemInfo_orderBy { +enum goerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumone_swap__Block_ { +type goerli_swap__Block_ { """The hash of the block""" - hash: arbitrumone_swap_Bytes + hash: goerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -52777,7 +52019,7 @@ type arbitrumone_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumone_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 @@ -52785,50 +52027,50 @@ type arbitrumone_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumone_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 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 @@ -52857,7 +52099,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 @@ -52878,15 +52120,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 @@ -52903,23 +52145,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 @@ -52937,7 +52179,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 @@ -52946,51 +52188,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 @@ -53019,15 +52261,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 @@ -53044,16 +52286,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 @@ -53063,12 +52305,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 @@ -53084,7 +52326,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 @@ -53093,16 +52335,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 @@ -53123,7 +52365,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 @@ -53172,22 +52414,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 @@ -53214,21 +52456,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 @@ -53257,51 +52499,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 @@ -53318,16 +52560,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 @@ -53337,12 +52579,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 @@ -53363,17 +52605,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 @@ -53382,59 +52624,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 @@ -53443,11 +52685,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 @@ -53476,17 +52718,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!] @@ -53545,16 +52787,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 @@ -53564,12 +52806,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 @@ -53601,16 +52843,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 @@ -53639,7 +52881,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 @@ -53656,16 +52898,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 @@ -53675,12 +52917,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 @@ -53705,10 +52947,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! @@ -53717,11 +52959,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 @@ -53750,17 +52992,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 @@ -53823,16 +53065,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 @@ -53842,12 +53084,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 @@ -53879,10 +53121,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 @@ -53891,11 +53133,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 @@ -53924,17 +53166,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!] @@ -53993,16 +53235,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 @@ -54012,12 +53254,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 @@ -54049,7 +53291,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 @@ -54062,54 +53304,54 @@ 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 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 + 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 @@ -54158,12 +53400,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!] @@ -54206,18 +53448,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 @@ -54245,14 +53487,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 @@ -54281,7 +53523,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 @@ -54290,21 +53532,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 @@ -54327,14 +53569,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 @@ -54363,7 +53605,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 @@ -54372,21 +53614,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 @@ -54409,13 +53651,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 @@ -54436,7 +53678,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 @@ -54445,21 +53687,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 @@ -54481,14 +53723,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 @@ -54517,7 +53759,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 @@ -54526,21 +53768,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 @@ -54563,13 +53805,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 @@ -54595,20 +53837,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""" @@ -54616,7 +53858,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 @@ -54624,20 +53866,20 @@ 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""" 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 @@ -54646,16 +53888,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 @@ -54665,41 +53907,37 @@ 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 - decimal: BigInt - canonicalId: arbitrumgoerli_Bytes + key: xdai_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 @@ -54716,30 +53954,6 @@ input arbitrumgoerli_AssetBalance_filter { 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 @@ -54760,7 +53974,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 @@ -54781,7 +53995,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 @@ -54791,17 +54005,14 @@ 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 - supplied - removed router router__id router__isActive @@ -54812,7 +54023,6 @@ enum arbitrumgoerli_AssetBalance_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -54821,12 +54031,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 @@ -54840,17 +54050,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 @@ -54859,34 +54069,26 @@ 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 - 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: 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 + 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 + 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 @@ -54895,26 +54097,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 @@ -54943,17 +54145,16 @@ 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 canonicalId canonicalDomain adoptedAsset @@ -54964,30 +54165,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 @@ -55012,43 +54213,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 @@ -55057,48 +54258,46 @@ 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 - executedTxNonce: BigInt - reconciledCaller: arbitrumgoerli_Bytes - reconciledTransactionHash: arbitrumgoerli_Bytes + executedTxOrigin: xdai_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumgoerli_Bytes - reconciledTxNonce: BigInt + reconciledTxOrigin: xdai_Bytes } -input arbitrumgoerli_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -55115,16 +54314,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 @@ -55133,17 +54332,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 @@ -55168,40 +54367,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 @@ -55218,16 +54417,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 @@ -55244,16 +54443,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 @@ -55274,7 +54473,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 @@ -55291,26 +54490,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 @@ -55343,44 +54542,36 @@ 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 - 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: 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 + 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 + 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 @@ -55413,31 +54604,23 @@ 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 - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_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 """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 @@ -55460,7 +54643,6 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -55475,7 +54657,6 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -55483,35 +54664,34 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } """ 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 @@ -55520,16 +54700,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 @@ -55538,16 +54718,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 @@ -55556,36 +54736,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 @@ -55614,14 +54794,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 @@ -55636,42 +54816,39 @@ 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 + message: xdai_OriginMessage + relayerFee: BigInt 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 + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: arbitrumgoerli_Bytes - txNonce: BigInt + txOrigin: xdai_Bytes } -input arbitrumgoerli_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -55688,16 +54865,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 @@ -55705,21 +54882,21 @@ input arbitrumgoerli_OriginTransfer_filter { nonce_gte: BigInt 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 + 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 originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -55744,40 +54921,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 @@ -55786,16 +54963,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 @@ -55812,16 +54989,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 @@ -55842,17 +55019,7 @@ 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 message: String message_not: String message_gt: String @@ -55873,7 +55040,15 @@ 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 + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -55882,43 +55057,26 @@ input arbitrumgoerli_OriginTransfer_filter { 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_: 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 + 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 @@ -55951,31 +55109,23 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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 """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 @@ -55997,13 +55147,11 @@ enum arbitrumgoerli_OriginTransfer_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - transactingAsset message message__id message__transferId @@ -56014,9 +55162,8 @@ enum arbitrumgoerli_OriginTransfer_orderBy { message__root message__transactionHash message__blockNumber + relayerFee bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp @@ -56024,126 +55171,27 @@ enum arbitrumgoerli_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } -type arbitrumgoerli_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumgoerli_Bytes -} - -type arbitrumgoerli_RelayerFee { - id: ID! - transfer: arbitrumgoerli_OriginTransfer! - fee: BigInt! - asset: arbitrumgoerli_Bytes! -} - -input arbitrumgoerli_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_: arbitrumgoerli_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: 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: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RelayerFee_filter] - or: [arbitrumgoerli_RelayerFee_filter] -} - -enum 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 + relayer: xdai_Bytes } -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! + 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 @@ -56172,7 +55220,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_: xdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -56181,36 +55229,26 @@ 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 + 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 @@ -56244,12 +55282,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 @@ -56270,9 +55308,8 @@ enum arbitrumgoerli_RelayerFeesIncrease_orderBy { transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__transactingAsset + transfer__relayerFee transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset transfer__caller transfer__transactionHash transfer__timestamp @@ -56280,9 +55317,7 @@ enum arbitrumgoerli_RelayerFeesIncrease_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce increase - asset caller transactionHash timestamp @@ -56291,7 +55326,7 @@ enum arbitrumgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumgoerli_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -56304,34 +55339,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 @@ -56349,31 +55384,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 @@ -56398,16 +55433,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 @@ -56416,26 +55451,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 @@ -56469,12 +55504,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 @@ -56488,120 +55523,17 @@ 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!]! -} - -type arbitrumgoerli_RouterDailyTVL { - id: ID! - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input arbitrumgoerli_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_: arbitrumgoerli_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_: arbitrumgoerli_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: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RouterDailyTVL_filter] - or: [arbitrumgoerli_RouterDailyTVL_filter] -} - -enum 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__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -input arbitrumgoerli_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -56614,36 +55546,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 @@ -56652,14 +55584,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 @@ -56669,13 +55601,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 @@ -56688,35 +55620,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 @@ -56733,41 +55665,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 @@ -56796,7 +55728,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 @@ -56805,26 +55737,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 @@ -56858,12 +55790,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 @@ -56893,7 +55825,6 @@ enum arbitrumgoerli_SlippageUpdate_orderBy { transfer__executedGasLimit transfer__executedBlockNumber transfer__executedTxOrigin - transfer__executedTxNonce transfer__reconciledCaller transfer__reconciledTransactionHash transfer__reconciledTimestamp @@ -56901,7 +55832,6 @@ enum arbitrumgoerli_SlippageUpdate_orderBy { transfer__reconciledGasLimit transfer__reconciledBlockNumber transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -56911,7 +55841,7 @@ enum arbitrumgoerli_SlippageUpdate_orderBy { blockNumber } -enum arbitrumgoerli_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -56919,9 +55849,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""" @@ -56929,7 +55859,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 @@ -56937,209 +55867,50 @@ 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 optimism_AggregateRoot { - id: ID! - root: optimism_Bytes! - blockNumber: BigInt! -} - -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: 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 - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - 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] -} - -enum optimism_AggregateRoot_orderBy { - id - root - blockNumber -} - -type optimism_Asset { - id: ID! - key: optimism_Bytes - decimal: BigInt - canonicalId: optimism_Bytes - canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes - blockNumber: BigInt - status: optimism_AssetStatus -} +scalar stagingarbitrumgoerli_swap_BigDecimal -type optimism_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! - feesEarned: BigInt! +input stagingarbitrumgoerli_swap_BlockChangedFilter { + number_gte: Int! } -input optimism_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_: 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 - 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: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] +input stagingarbitrumgoerli_swap_Block_height { + hash: stagingarbitrumgoerli_swap_Bytes + number: Int + number_gte: Int } -enum optimism_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 +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 optimism_AssetStatus { +type stagingarbitrumgoerli_swap_LpAccountBalance { id: ID! - status: Boolean + account: stagingarbitrumgoerli_swap_LpAccount! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: stagingarbitrumgoerli_swap_Bytes } -input optimism_AssetStatus_filter { +input stagingarbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -57148,22 +55919,107 @@ input optimism_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + 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: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] + or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] } -enum optimism_AssetStatus_orderBy { +enum stagingarbitrumgoerli_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 } -input optimism_Asset_filter { +input stagingarbitrumgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -57172,135 +56028,145 @@ 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 - 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: 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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - 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 - 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_: optimism_AssetStatus_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: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccount_filter] + or: [stagingarbitrumgoerli_swap_LpAccount_filter] } -enum optimism_Asset_orderBy { +enum stagingarbitrumgoerli_swap_LpAccount_orderBy { id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status + address + balances } -scalar optimism_BigDecimal - -input optimism_BlockChangedFilter { - number_gte: Int! +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!]! } -input optimism_Block_height { - hash: optimism_Bytes - number: Int - number_gte: Int +interface stagingarbitrumgoerli_swap_LpTokenEvent { + id: ID! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -scalar optimism_Bytes +input stagingarbitrumgoerli_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_: 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: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] +} -type optimism_ConnectorMeta { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes +enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input optimism_ConnectorMeta_filter { +input stagingarbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -57309,109 +56175,142 @@ input optimism_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: 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 + 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: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpToken_filter] + or: [stagingarbitrumgoerli_swap_LpToken_filter] } -enum optimism_ConnectorMeta_orderBy { +enum stagingarbitrumgoerli_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 } -type optimism_DestinationTransfer { +type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { id: ID! - chainId: BigInt - transferId: optimism_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes - receiveLocal: Boolean - callData: optimism_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: optimism_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - amount: BigInt - routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes - executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes - reconciledTxNonce: BigInt + 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 optimism_DestinationTransfer_filter { +input stagingarbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -57420,411 +56319,143 @@ input optimism_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: 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 + 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!] - 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_: optimism_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: 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: 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 - 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: 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 - 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: 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 - 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!] - 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: 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 - 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: 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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] } -enum optimism_DestinationTransfer_orderBy { +enum stagingarbitrumgoerli_swap_LpTransferEvent_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 + 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 } -""" -8 bytes signed integer - -""" -scalar optimism_Int8 - """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum stagingarbitrumgoerli_swap_OrderDirection { asc desc } -type optimism_OriginMessage { +type stagingarbitrumgoerli_swap_PooledToken { id: ID! - transferId: optimism_Bytes - destinationDomain: BigInt - leaf: optimism_Bytes - index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes - blockNumber: BigInt - rootCount: optimism_RootCount + asset: stagingarbitrumgoerli_swap_Bytes! } -input optimism_OriginMessage_filter { +input stagingarbitrumgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -57833,405 +56464,161 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 - 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_: optimism_RootCount_filter + 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: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_PooledToken_filter] + or: [stagingarbitrumgoerli_swap_PooledToken_filter] } -enum optimism_OriginMessage_orderBy { +enum stagingarbitrumgoerli_swap_PooledToken_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + asset } -type optimism_OriginTransfer { +type stagingarbitrumgoerli_swap_StableSwap { id: ID! - chainId: BigInt - transferId: optimism_Bytes - nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes - receiveLocal: Boolean - callData: optimism_Bytes - slippage: BigInt - originSender: optimism_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: optimism_Bytes - txNonce: BigInt -} - -input optimism_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 - 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 - 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 - 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_: optimism_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_: 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 + 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 stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent 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_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_: 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58240,120 +56627,183 @@ input optimism_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: 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 - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_OriginTransfer_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_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 + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 - txOrigin - txNonce + transaction + nonce } -type optimism_Relayer { +interface stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - isActive: Boolean! - relayer: optimism_Bytes + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -type optimism_RelayerFee { +input stagingarbitrumgoerli_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_: 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: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] +} + +enum stagingarbitrumgoerli_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 { id: ID! - transfer: optimism_OriginTransfer! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + buyer: stagingarbitrumgoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: optimism_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -input optimism_RelayerFee_filter { +input stagingarbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -58362,27 +56812,75 @@ input optimism_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_: optimism_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_: 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 @@ -58391,72 +56889,95 @@ 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 + 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: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] + or: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] } -enum optimism_RelayerFee_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapExchange_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 } -type optimism_RelayerFeesIncrease { +type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - transfer: optimism_OriginTransfer! - increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58465,65 +56986,87 @@ input optimism_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_: optimism_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: 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 + 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 + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58532,79 +57075,63 @@ input optimism_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: 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: optimism_BlockChangedFilter - and: [optimism_RelayerFeesIncrease_filter] - or: [optimism_RelayerFeesIncrease_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum stagingarbitrumgoerli_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 } -input optimism_Relayer_filter { +input stagingarbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -58617,76 +57144,197 @@ 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 - """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] -} - -enum optimism_Relayer_orderBy { - id - isActive - relayer -} - -type optimism_RootCount { - id: ID! - count: BigInt -} - -input optimism_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!] + 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: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwap_filter] + or: [stagingarbitrumgoerli_swap_StableSwap_filter] } -enum optimism_RootCount_orderBy { +enum stagingarbitrumgoerli_swap_StableSwap_orderBy { id - count + 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 optimism_RootMessageSent { +type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: optimism_Bytes - count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input optimism_RootMessageSent_filter { +input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58695,60 +57343,27 @@ input optimism_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: 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 - count_lt: BigInt - count_gte: BigInt - 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 + 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 @@ -58757,69 +57372,51 @@ input optimism_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: 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: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] } -enum optimism_RootMessageSent_orderBy { +enum stagingarbitrumgoerli_swap_SwapDailyVolume_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 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!]! + volume } -type optimism_RouterDailyTVL { +type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - router: optimism_Router! - asset: optimism_Asset! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input optimism_RouterDailyTVL_filter { +input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58828,48 +57425,27 @@ input optimism_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_: 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 + 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 @@ -58878,158 +57454,123 @@ input optimism_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: 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: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum stagingarbitrumgoerli_swap_SwapHourlyVolume_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 timestamp - balance -} - -input optimism_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: 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 - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] -} - -enum optimism_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + volume } -type optimism_Sequencer { - id: ID! - isActive: Boolean! - sequencer: optimism_Bytes +interface stagingarbitrumgoerli_swap_SwapTradeVolume { + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input optimism_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: 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 +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 + 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!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] -} - -enum optimism_Sequencer_orderBy { - id - isActive - sequencer + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] } -type optimism_Setting { +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 + timestamp + volume +} + +type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input optimism_Setting_filter { +input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -59038,49 +57579,79 @@ input optimism_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: 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 + 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!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum optimism_Setting_orderBy { +enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_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 optimism_SlippageUpdate { +type stagingarbitrumgoerli_swap_SystemInfo { id: ID! - transfer: optimism_DestinationTransfer! - slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + exchangeCount: BigInt! + swapCount: BigInt! } -input optimism_SlippageUpdate_filter { +input stagingarbitrumgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -59089,152 +57660,37 @@ input optimism_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_: optimism_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: 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 - 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!] + 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_BlockChangedFilter - and: [optimism_SlippageUpdate_filter] - or: [optimism_SlippageUpdate_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SystemInfo_filter] + or: [stagingarbitrumgoerli_swap_SystemInfo_filter] } -enum optimism_SlippageUpdate_orderBy { +enum stagingarbitrumgoerli_swap_SystemInfo_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 optimism_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type optimism__Block_ { +type stagingarbitrumgoerli_swap__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: stagingarbitrumgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -59242,7 +57698,7 @@ type optimism__Block_ { } """The type for the top-level _meta field""" -type optimism__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 @@ -59250,20 +57706,20 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: stagingarbitrumgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginggoerli_AggregateRoot { +type mainnet_AggregateRoot { id: ID! - root: staginggoerli_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -input staginggoerli_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -59272,16 +57728,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: 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 @@ -59291,41 +57747,41 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum staginggoerli_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -type staginggoerli_Asset { +type mainnet_Asset { id: ID! - key: staginggoerli_Bytes + key: mainnet_Bytes decimal: BigInt - canonicalId: staginggoerli_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: staginggoerli_Bytes - localAsset: staginggoerli_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: staginggoerli_AssetStatus + status: mainnet_AssetStatus } -type staginggoerli_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input staginggoerli_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -59386,7 +57842,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -59407,7 +57863,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_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -59417,12 +57873,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: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum staginggoerli_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked @@ -59447,12 +57903,12 @@ enum staginggoerli_AssetBalance_orderBy { feesEarned } -type staginggoerli_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input staginggoerli_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -59466,17 +57922,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: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum staginggoerli_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input staginggoerli_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -59485,16 +57941,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: 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 @@ -59503,16 +57959,16 @@ 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 + 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 @@ -59521,26 +57977,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: 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 @@ -59569,14 +58025,14 @@ 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_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Asset_filter] - or: [staginggoerli_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum staginggoerli_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -59590,16 +58046,16 @@ enum staginggoerli_Asset_orderBy { status__status } -type staginggoerli_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input staginggoerli_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -59619,48 +58075,48 @@ input staginggoerli_ConnectorMeta_filter { 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 + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_ConnectorMeta_filter] - or: [staginggoerli_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum staginggoerli_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -59669,48 +58125,46 @@ enum staginggoerli_ConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: mainnet_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: 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: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginggoerli_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginggoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes + executedTxOrigin: mainnet_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginggoerli_Bytes - reconciledTxNonce: BigInt + reconciledTxOrigin: mainnet_Bytes } -input staginggoerli_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -59727,16 +58181,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: 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 @@ -59745,17 +58199,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: 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_: staginggoerli_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -59780,40 +58234,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: 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: 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: 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 @@ -59830,16 +58284,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: 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 @@ -59856,16 +58310,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: 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 @@ -59886,7 +58340,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_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -59903,26 +58357,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: 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 @@ -59955,44 +58409,36 @@ 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: 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 + 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 @@ -60025,31 +58471,23 @@ 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 - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_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 """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_DestinationTransfer_filter] - or: [staginggoerli_DestinationTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum staginggoerli_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -60087,7 +58525,6 @@ enum staginggoerli_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -60095,23 +58532,22 @@ enum staginggoerli_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } -type staginggoerli_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: staginggoerli_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: staginggoerli_Bytes + leaf: mainnet_Bytes index: BigInt - message: staginggoerli_Bytes - root: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: staginggoerli_RootCount + rootCount: mainnet_RootCount } -input staginggoerli_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -60120,16 +58556,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: 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 @@ -60138,16 +58574,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: 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 @@ -60156,36 +58592,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: 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 @@ -60214,14 +58650,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_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginMessage_filter] - or: [staginggoerli_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum staginggoerli_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -60236,42 +58672,41 @@ enum staginggoerli_OriginMessage_orderBy { rootCount__count } -type staginggoerli_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - messageHash: staginggoerli_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: staginggoerli_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset - transactingAsset: staginggoerli_Bytes - message: staginggoerli_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 + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_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 timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginggoerli_Bytes - txNonce: BigInt + txOrigin: mainnet_Bytes } -input staginggoerli_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -60288,16 +58723,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: 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 @@ -60306,20 +58741,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: 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 @@ -60344,40 +58779,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: 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: 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: 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 @@ -60386,16 +58821,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: 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 @@ -60412,16 +58847,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: 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 @@ -60442,17 +58877,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_: 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 @@ -60473,7 +58908,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_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -60488,37 +58923,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_: 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 @@ -60551,31 +58986,23 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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 """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginTransfer_filter] - or: [staginggoerli_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum staginggoerli_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -60624,23 +59051,22 @@ enum staginggoerli_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } -type staginggoerli_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: staginggoerli_Bytes + relayer: mainnet_Bytes } -type staginggoerli_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: staginggoerli_Bytes! + asset: mainnet_Bytes! } -input staginggoerli_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -60669,7 +59095,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_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -60678,23 +59104,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFee_filter] - or: [staginggoerli_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum staginggoerli_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer transfer__id @@ -60725,25 +59151,24 @@ enum staginggoerli_RelayerFee_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce fee asset } -type staginggoerli_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: staginggoerli_Bytes - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -60772,7 +59197,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_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -60781,36 +59206,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: 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 @@ -60844,12 +59269,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: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum staginggoerli_RelayerFeesIncrease_orderBy { +enum mainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -60880,7 +59305,6 @@ enum staginggoerli_RelayerFeesIncrease_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce increase asset caller @@ -60891,7 +59315,7 @@ enum staginggoerli_RelayerFeesIncrease_orderBy { blockNumber } -input staginggoerli_Relayer_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -60904,34 +59328,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Relayer_filter] - or: [staginggoerli_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum staginggoerli_Relayer_orderBy { +enum mainnet_Relayer_orderBy { id isActive relayer } -type staginggoerli_RootCount { +type mainnet_RootCount { id: ID! count: BigInt } -input staginggoerli_RootCount_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -60949,31 +59373,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: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum staginggoerli_RootCount_orderBy { +enum mainnet_RootCount_orderBy { id count } -type staginggoerli_RootMessageSent { +type mainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginggoerli_Bytes + root: mainnet_Bytes count: BigInt - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginggoerli_RootMessageSent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -60998,16 +59422,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: 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 @@ -61016,26 +59440,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: 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 @@ -61069,12 +59493,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: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum staginggoerli_RootMessageSent_orderBy { +enum mainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -61088,25 +59512,25 @@ enum staginggoerli_RootMessageSent_orderBy { blockNumber } -type staginggoerli_Router { +type mainnet_Router { id: ID! isActive: Boolean! - owner: staginggoerli_Bytes - recipient: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_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: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! } -type staginggoerli_RouterDailyTVL { +type mainnet_RouterDailyTVL { id: ID! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! balance: BigInt! } -input staginggoerli_RouterDailyTVL_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -61135,7 +59559,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -61156,7 +59580,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_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61174,12 +59598,12 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum staginggoerli_RouterDailyTVL_orderBy { +enum mainnet_RouterDailyTVL_orderBy { id router router__id @@ -61201,7 +59625,7 @@ enum staginggoerli_RouterDailyTVL_orderBy { balance } -input staginggoerli_Router_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -61214,36 +59638,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: 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 @@ -61252,14 +59676,14 @@ input staginggoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginggoerli_AssetBalance_filter + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Router_filter] - or: [staginggoerli_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum staginggoerli_Router_orderBy { +enum mainnet_Router_orderBy { id isActive owner @@ -61269,13 +59693,13 @@ enum staginggoerli_Router_orderBy { assetBalances } -type staginggoerli_Sequencer { +type mainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: staginggoerli_Bytes + sequencer: mainnet_Bytes } -input staginggoerli_Sequencer_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -61288,35 +59712,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Sequencer_filter] - or: [staginggoerli_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum staginggoerli_Sequencer_orderBy { +enum mainnet_Sequencer_orderBy { id isActive sequencer } -type staginggoerli_Setting { +type mainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginggoerli_Bytes! + caller: mainnet_Bytes! } -input staginggoerli_Setting_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -61333,41 +59757,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: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Setting_filter] - or: [staginggoerli_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum staginggoerli_Setting_orderBy { +enum mainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginggoerli_SlippageUpdate { +type mainnet_SlippageUpdate { id: ID! - transfer: staginggoerli_DestinationTransfer! + transfer: mainnet_DestinationTransfer! slippage: BigInt! - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_SlippageUpdate_filter { +input mainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -61396,7 +59820,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_: mainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -61405,26 +59829,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: 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 @@ -61458,12 +59882,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: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum staginggoerli_SlippageUpdate_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -61493,7 +59917,6 @@ enum staginggoerli_SlippageUpdate_orderBy { transfer__executedGasLimit transfer__executedBlockNumber transfer__executedTxOrigin - transfer__executedTxNonce transfer__reconciledCaller transfer__reconciledTransactionHash transfer__reconciledTimestamp @@ -61501,7 +59924,6 @@ enum staginggoerli_SlippageUpdate_orderBy { transfer__reconciledGasLimit transfer__reconciledBlockNumber transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -61511,82 +59933,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 -} - -enum staginggoerli_TransferStatus { +enum mainnet_TransferStatus { XCalled Executed Reconciled @@ -61594,75 +59941,43 @@ enum staginggoerli_TransferStatus { CompletedFast } -type goerli_AggregateRoot { - id: ID! - root: goerli_Bytes! - blockNumber: BigInt! -} +scalar polygon_swap_BigDecimal -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] +input polygon_swap_BlockChangedFilter { + number_gte: Int! } -enum goerli_AggregateRoot_orderBy { - id - root - blockNumber +input polygon_swap_Block_height { + hash: polygon_swap_Bytes + number: Int + number_gte: Int } -type goerli_Asset { +scalar polygon_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar polygon_swap_Int8 + +type polygon_swap_LpAccount { id: ID! - key: goerli_Bytes - decimal: BigInt - canonicalId: goerli_Bytes - canonicalDomain: BigInt - adoptedAsset: goerli_Bytes - localAsset: goerli_Bytes - blockNumber: BigInt - status: goerli_AssetStatus + 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 goerli_AssetBalance { +type polygon_swap_LpAccountBalance { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: goerli_Router! - asset: goerli_Asset! - feesEarned: BigInt! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: polygon_swap_Bytes } -input goerli_AssetBalance_filter { +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -61671,125 +59986,107 @@ input goerli_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_: 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!] + 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: goerli_BlockChangedFilter - and: [goerli_AssetBalance_filter] - or: [goerli_AssetBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum goerli_AssetBalance_orderBy { +enum polygon_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 - 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 goerli_AssetStatus { - id: ID! - status: Boolean + block + modified + transaction } -input goerli_AssetStatus_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -61798,22 +60095,51 @@ input goerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + 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: goerli_BlockChangedFilter - and: [goerli_AssetStatus_filter] - or: [goerli_AssetStatus_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum goerli_AssetStatus_orderBy { +enum polygon_swap_LpAccount_orderBy { id - status + address + balances } -input goerli_Asset_filter { +type polygon_swap_LpToken { + id: ID! + 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!]! +} + +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 @@ -61822,121 +60148,92 @@ 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 - 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: 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 + 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: goerli_BlockChangedFilter - and: [goerli_Asset_filter] - or: [goerli_Asset_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum goerli_Asset_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -type goerli_ConnectorMeta { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: goerli_Bytes - rootManager: goerli_Bytes - mirrorConnector: goerli_Bytes + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input goerli_ConnectorMeta_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -61945,109 +60242,142 @@ input goerli_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: 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 + 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: goerli_BlockChangedFilter - and: [goerli_ConnectorMeta_filter] - or: [goerli_ConnectorMeta_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum goerli_ConnectorMeta_orderBy { +enum polygon_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 } -type goerli_DestinationTransfer { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - 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 + 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 goerli_DestinationTransfer_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -62056,24 +60386,97 @@ input goerli_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: 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 + 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 @@ -62082,373 +60485,44 @@ 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!] - 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: goerli_BlockChangedFilter - and: [goerli_DestinationTransfer_filter] - or: [goerli_DestinationTransfer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum goerli_DestinationTransfer_orderBy { +enum polygon_swap_LpTransferEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type goerli_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum polygon_swap_OrderDirection { + asc + desc +} + +type polygon_swap_PooledToken { 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 + asset: polygon_swap_Bytes! } -input goerli_OriginMessage_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -62457,158 +60531,72 @@ 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 - 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 + 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: goerli_BlockChangedFilter - and: [goerli_OriginMessage_filter] - or: [goerli_OriginMessage_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum goerli_OriginMessage_orderBy { +enum polygon_swap_PooledToken_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + asset } -type goerli_OriginTransfer { +type polygon_swap_StableSwap { id: ID! - 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 + 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!] } -input goerli_OriginTransfer_filter { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { + id: ID! + 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 polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -62617,245 +60605,87 @@ input goerli_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 + 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 @@ -62864,120 +60694,183 @@ input goerli_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: 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!] + 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: goerli_BlockChangedFilter - and: [goerli_OriginTransfer_filter] - or: [goerli_OriginTransfer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_OriginTransfer_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_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 + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 - txOrigin - txNonce + transaction + nonce } -type goerli_Relayer { +interface polygon_swap_StableSwapEvent { id: ID! - isActive: Boolean! - relayer: goerli_Bytes + stableSwap: polygon_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -type goerli_RelayerFee { +input polygon_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_: 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 + 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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] +} + +enum polygon_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 polygon_swap_StableSwapExchange { id: ID! - transfer: goerli_OriginTransfer! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: goerli_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input goerli_RelayerFee_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -62986,27 +60879,75 @@ input goerli_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_: goerli_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 @@ -63015,72 +60956,95 @@ 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 + 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: goerli_BlockChangedFilter - and: [goerli_RelayerFee_filter] - or: [goerli_RelayerFee_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum goerli_RelayerFee_orderBy { +enum polygon_swap_StableSwapExchange_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 } - -type goerli_RelayerFeesIncrease { - id: ID! - transfer: goerli_OriginTransfer! - increase: BigInt - asset: goerli_Bytes - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { + id: ID! + 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 goerli_RelayerFeesIncrease_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -63089,65 +61053,87 @@ input goerli_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_: 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 + 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 @@ -63156,79 +61142,63 @@ input goerli_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: goerli_BlockChangedFilter - and: [goerli_RelayerFeesIncrease_filter] - or: [goerli_RelayerFeesIncrease_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_RelayerFeesIncrease_orderBy { +enum polygon_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 } -input goerli_Relayer_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -63241,76 +61211,197 @@ 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 + 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: goerli_BlockChangedFilter - and: [goerli_Relayer_filter] - or: [goerli_Relayer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum goerli_Relayer_orderBy { +enum polygon_swap_StableSwap_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 + 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_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 +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { + id: ID! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input goerli_RootMessageSent_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -63319,60 +61410,27 @@ 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!] - 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_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -63381,69 +61439,51 @@ input goerli_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: goerli_BlockChangedFilter - and: [goerli_RootMessageSent_filter] - or: [goerli_RootMessageSent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum goerli_RootMessageSent_orderBy { +enum polygon_swap_SwapDailyVolume_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 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!]! + volume } -type goerli_RouterDailyTVL { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - router: goerli_Router! - asset: goerli_Asset! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: polygon_swap_BigDecimal! } -input goerli_RouterDailyTVL_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -63452,48 +61492,27 @@ input goerli_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_: 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 + 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 @@ -63502,209 +61521,123 @@ input goerli_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: goerli_BlockChangedFilter - and: [goerli_RouterDailyTVL_filter] - or: [goerli_RouterDailyTVL_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum goerli_RouterDailyTVL_orderBy { +enum polygon_swap_SwapHourlyVolume_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 timestamp - balance -} - -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 - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Router_filter] - or: [goerli_Router_filter] -} - -enum goerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type goerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: goerli_Bytes -} - -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] -} - -enum goerli_Sequencer_orderBy { - id - isActive - sequencer + volume } -type goerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: goerli_Bytes! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -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 - 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 +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 + 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: goerli_BlockChangedFilter - and: [goerli_Setting_filter] - or: [goerli_Setting_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum goerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller +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 + volume } -type goerli_SlippageUpdate { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - transfer: goerli_DestinationTransfer! - slippage: BigInt! - caller: goerli_Bytes! - transactionHash: goerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input goerli_SlippageUpdate_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -63713,55 +61646,27 @@ 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 - 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 + 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 @@ -63770,99 +61675,118 @@ input goerli_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: 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: goerli_BlockChangedFilter - and: [goerli_SlippageUpdate_filter] - or: [goerli_SlippageUpdate_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum goerli_SlippageUpdate_orderBy { +enum polygon_swap_SwapWeeklyVolume_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 + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 } -enum goerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +type polygon_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type optimismgoerli_AggregateRoot { +input polygon_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: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] +} + +enum polygon_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +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 +} + +"""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! +} + +type arbitrumone_AggregateRoot { id: ID! - root: optimismgoerli_Bytes! + root: arbitrumone_Bytes! blockNumber: BigInt! } -input optimismgoerli_AggregateRoot_filter { +input arbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -63871,16 +61795,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: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -63890,41 +61814,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRoot_filter] + or: [arbitrumone_AggregateRoot_filter] } -enum optimismgoerli_AggregateRoot_orderBy { +enum arbitrumone_AggregateRoot_orderBy { id root blockNumber } -type optimismgoerli_Asset { +type arbitrumone_Asset { id: ID! - key: optimismgoerli_Bytes + key: arbitrumone_Bytes decimal: BigInt - canonicalId: optimismgoerli_Bytes + canonicalId: arbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes + adoptedAsset: arbitrumone_Bytes + localAsset: arbitrumone_Bytes blockNumber: BigInt - status: optimismgoerli_AssetStatus + status: arbitrumone_AssetStatus } -type optimismgoerli_AssetBalance { +type arbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + router: arbitrumone_Router! + asset: arbitrumone_Asset! feesEarned: BigInt! } -input optimismgoerli_AssetBalance_filter { +input arbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -63985,7 +61909,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -64006,7 +61930,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_: arbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -64016,12 +61940,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetBalance_filter] + or: [arbitrumone_AssetBalance_filter] } -enum optimismgoerli_AssetBalance_orderBy { +enum arbitrumone_AssetBalance_orderBy { id amount locked @@ -64046,12 +61970,12 @@ enum optimismgoerli_AssetBalance_orderBy { feesEarned } -type optimismgoerli_AssetStatus { +type arbitrumone_AssetStatus { id: ID! status: Boolean } -input optimismgoerli_AssetStatus_filter { +input arbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -64065,17 +61989,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetStatus_filter] + or: [arbitrumone_AssetStatus_filter] } -enum optimismgoerli_AssetStatus_orderBy { +enum arbitrumone_AssetStatus_orderBy { id status } -input optimismgoerli_Asset_filter { +input arbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -64084,16 +62008,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: arbitrumone_Bytes + key_not: arbitrumone_Bytes + key_gt: arbitrumone_Bytes + key_lt: arbitrumone_Bytes + key_gte: arbitrumone_Bytes + key_lte: arbitrumone_Bytes + key_in: [arbitrumone_Bytes!] + key_not_in: [arbitrumone_Bytes!] + key_contains: arbitrumone_Bytes + key_not_contains: arbitrumone_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -64102,16 +62026,16 @@ input optimismgoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -64120,26 +62044,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: arbitrumone_Bytes + adoptedAsset_not: arbitrumone_Bytes + adoptedAsset_gt: arbitrumone_Bytes + adoptedAsset_lt: arbitrumone_Bytes + adoptedAsset_gte: arbitrumone_Bytes + adoptedAsset_lte: arbitrumone_Bytes + adoptedAsset_in: [arbitrumone_Bytes!] + adoptedAsset_not_in: [arbitrumone_Bytes!] + adoptedAsset_contains: arbitrumone_Bytes + adoptedAsset_not_contains: arbitrumone_Bytes + localAsset: arbitrumone_Bytes + localAsset_not: arbitrumone_Bytes + localAsset_gt: arbitrumone_Bytes + localAsset_lt: arbitrumone_Bytes + localAsset_gte: arbitrumone_Bytes + localAsset_lte: arbitrumone_Bytes + localAsset_in: [arbitrumone_Bytes!] + localAsset_not_in: [arbitrumone_Bytes!] + localAsset_contains: arbitrumone_Bytes + localAsset_not_contains: arbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -64168,14 +62092,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_: arbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Asset_filter] - or: [optimismgoerli_Asset_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Asset_filter] + or: [arbitrumone_Asset_filter] } -enum optimismgoerli_Asset_orderBy { +enum arbitrumone_Asset_orderBy { id key decimal @@ -64189,30 +62113,30 @@ enum optimismgoerli_Asset_orderBy { status__status } -scalar optimismgoerli_BigDecimal +scalar arbitrumone_BigDecimal -input optimismgoerli_BlockChangedFilter { +input arbitrumone_BlockChangedFilter { number_gte: Int! } -input optimismgoerli_Block_height { - hash: optimismgoerli_Bytes +input arbitrumone_Block_height { + hash: arbitrumone_Bytes number: Int number_gte: Int } -scalar optimismgoerli_Bytes +scalar arbitrumone_Bytes -type optimismgoerli_ConnectorMeta { +type arbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes + amb: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes } -input optimismgoerli_ConnectorMeta_filter { +input arbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64237,43 +62161,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: arbitrumone_Bytes + amb_not: arbitrumone_Bytes + amb_gt: arbitrumone_Bytes + amb_lt: arbitrumone_Bytes + amb_gte: arbitrumone_Bytes + amb_lte: arbitrumone_Bytes + amb_in: [arbitrumone_Bytes!] + amb_not_in: [arbitrumone_Bytes!] + amb_contains: arbitrumone_Bytes + amb_not_contains: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + rootManager_not: arbitrumone_Bytes + rootManager_gt: arbitrumone_Bytes + rootManager_lt: arbitrumone_Bytes + rootManager_gte: arbitrumone_Bytes + rootManager_lte: arbitrumone_Bytes + rootManager_in: [arbitrumone_Bytes!] + rootManager_not_in: [arbitrumone_Bytes!] + rootManager_contains: arbitrumone_Bytes + rootManager_not_contains: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes + mirrorConnector_not: arbitrumone_Bytes + mirrorConnector_gt: arbitrumone_Bytes + mirrorConnector_lt: arbitrumone_Bytes + mirrorConnector_gte: arbitrumone_Bytes + mirrorConnector_lte: arbitrumone_Bytes + mirrorConnector_in: [arbitrumone_Bytes!] + mirrorConnector_not_in: [arbitrumone_Bytes!] + mirrorConnector_contains: arbitrumone_Bytes + mirrorConnector_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_ConnectorMeta_filter] - or: [optimismgoerli_ConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_ConnectorMeta_filter] + or: [arbitrumone_ConnectorMeta_filter] } -enum optimismgoerli_ConnectorMeta_orderBy { +enum arbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -64282,48 +62206,46 @@ enum optimismgoerli_ConnectorMeta_orderBy { mirrorConnector } -type optimismgoerli_DestinationTransfer { +type arbitrumone_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!] + transferId: arbitrumone_Bytes + nonce: BigInt + status: arbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_Router_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_Router_filter): [arbitrumone_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: arbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimismgoerli_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes + executedCaller: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimismgoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes + executedTxOrigin: arbitrumone_Bytes + reconciledCaller: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismgoerli_Bytes - reconciledTxNonce: BigInt + reconciledTxOrigin: arbitrumone_Bytes } -input optimismgoerli_DestinationTransfer_filter { +input arbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -64340,16 +62262,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: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -64358,17 +62280,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: arbitrumone_TransferStatus + status_not: arbitrumone_TransferStatus + status_in: [arbitrumone_TransferStatus!] + status_not_in: [arbitrumone_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_: arbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -64393,40 +62315,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: arbitrumone_Bytes + to_not: arbitrumone_Bytes + to_gt: arbitrumone_Bytes + to_lt: arbitrumone_Bytes + to_gte: arbitrumone_Bytes + to_lte: arbitrumone_Bytes + to_in: [arbitrumone_Bytes!] + to_not_in: [arbitrumone_Bytes!] + to_contains: arbitrumone_Bytes + to_not_contains: arbitrumone_Bytes + delegate: arbitrumone_Bytes + delegate_not: arbitrumone_Bytes + delegate_gt: arbitrumone_Bytes + delegate_lt: arbitrumone_Bytes + delegate_gte: arbitrumone_Bytes + delegate_lte: arbitrumone_Bytes + delegate_in: [arbitrumone_Bytes!] + delegate_not_in: [arbitrumone_Bytes!] + delegate_contains: arbitrumone_Bytes + delegate_not_contains: arbitrumone_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: arbitrumone_Bytes + callData_not: arbitrumone_Bytes + callData_gt: arbitrumone_Bytes + callData_lt: arbitrumone_Bytes + callData_gte: arbitrumone_Bytes + callData_lte: arbitrumone_Bytes + callData_in: [arbitrumone_Bytes!] + callData_not_in: [arbitrumone_Bytes!] + callData_contains: arbitrumone_Bytes + callData_not_contains: arbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -64443,16 +62365,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: arbitrumone_Bytes + originSender_not: arbitrumone_Bytes + originSender_gt: arbitrumone_Bytes + originSender_lt: arbitrumone_Bytes + originSender_gte: arbitrumone_Bytes + originSender_lte: arbitrumone_Bytes + originSender_in: [arbitrumone_Bytes!] + originSender_not_in: [arbitrumone_Bytes!] + originSender_contains: arbitrumone_Bytes + originSender_not_contains: arbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -64469,16 +62391,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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -64499,7 +62421,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_: arbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -64516,26 +62438,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: arbitrumone_Bytes + executedCaller_not: arbitrumone_Bytes + executedCaller_gt: arbitrumone_Bytes + executedCaller_lt: arbitrumone_Bytes + executedCaller_gte: arbitrumone_Bytes + executedCaller_lte: arbitrumone_Bytes + executedCaller_in: [arbitrumone_Bytes!] + executedCaller_not_in: [arbitrumone_Bytes!] + executedCaller_contains: arbitrumone_Bytes + executedCaller_not_contains: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes + executedTransactionHash_not: arbitrumone_Bytes + executedTransactionHash_gt: arbitrumone_Bytes + executedTransactionHash_lt: arbitrumone_Bytes + executedTransactionHash_gte: arbitrumone_Bytes + executedTransactionHash_lte: arbitrumone_Bytes + executedTransactionHash_in: [arbitrumone_Bytes!] + executedTransactionHash_not_in: [arbitrumone_Bytes!] + executedTransactionHash_contains: arbitrumone_Bytes + executedTransactionHash_not_contains: arbitrumone_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -64568,44 +62490,36 @@ 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 - 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 + executedTxOrigin: arbitrumone_Bytes + executedTxOrigin_not: arbitrumone_Bytes + executedTxOrigin_gt: arbitrumone_Bytes + executedTxOrigin_lt: arbitrumone_Bytes + executedTxOrigin_gte: arbitrumone_Bytes + executedTxOrigin_lte: arbitrumone_Bytes + executedTxOrigin_in: [arbitrumone_Bytes!] + executedTxOrigin_not_in: [arbitrumone_Bytes!] + executedTxOrigin_contains: arbitrumone_Bytes + executedTxOrigin_not_contains: arbitrumone_Bytes + reconciledCaller: arbitrumone_Bytes + reconciledCaller_not: arbitrumone_Bytes + reconciledCaller_gt: arbitrumone_Bytes + reconciledCaller_lt: arbitrumone_Bytes + reconciledCaller_gte: arbitrumone_Bytes + reconciledCaller_lte: arbitrumone_Bytes + reconciledCaller_in: [arbitrumone_Bytes!] + reconciledCaller_not_in: [arbitrumone_Bytes!] + reconciledCaller_contains: arbitrumone_Bytes + reconciledCaller_not_contains: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes + reconciledTransactionHash_not: arbitrumone_Bytes + reconciledTransactionHash_gt: arbitrumone_Bytes + reconciledTransactionHash_lt: arbitrumone_Bytes + reconciledTransactionHash_gte: arbitrumone_Bytes + reconciledTransactionHash_lte: arbitrumone_Bytes + reconciledTransactionHash_in: [arbitrumone_Bytes!] + reconciledTransactionHash_not_in: [arbitrumone_Bytes!] + reconciledTransactionHash_contains: arbitrumone_Bytes + reconciledTransactionHash_not_contains: arbitrumone_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -64638,31 +62552,23 @@ 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 - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + reconciledTxOrigin: arbitrumone_Bytes + reconciledTxOrigin_not: arbitrumone_Bytes + reconciledTxOrigin_gt: arbitrumone_Bytes + reconciledTxOrigin_lt: arbitrumone_Bytes + reconciledTxOrigin_gte: arbitrumone_Bytes + reconciledTxOrigin_lte: arbitrumone_Bytes + reconciledTxOrigin_in: [arbitrumone_Bytes!] + reconciledTxOrigin_not_in: [arbitrumone_Bytes!] + reconciledTxOrigin_contains: arbitrumone_Bytes + reconciledTxOrigin_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_DestinationTransfer_filter] - or: [optimismgoerli_DestinationTransfer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_DestinationTransfer_filter] + or: [arbitrumone_DestinationTransfer_filter] } -enum optimismgoerli_DestinationTransfer_orderBy { +enum arbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -64700,7 +62606,6 @@ enum optimismgoerli_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -64708,35 +62613,34 @@ enum optimismgoerli_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } """ 8 bytes signed integer """ -scalar optimismgoerli_Int8 +scalar arbitrumone_Int8 """Defines the order direction, either ascending or descending""" -enum optimismgoerli_OrderDirection { +enum arbitrumone_OrderDirection { asc desc } -type optimismgoerli_OriginMessage { +type arbitrumone_OriginMessage { id: ID! - transferId: optimismgoerli_Bytes + transferId: arbitrumone_Bytes destinationDomain: BigInt - leaf: optimismgoerli_Bytes + leaf: arbitrumone_Bytes index: BigInt - message: optimismgoerli_Bytes - root: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + message: arbitrumone_Bytes + root: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes blockNumber: BigInt - rootCount: optimismgoerli_RootCount + rootCount: arbitrumone_RootCount } -input optimismgoerli_OriginMessage_filter { +input arbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -64745,16 +62649,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: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -64763,16 +62667,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: arbitrumone_Bytes + leaf_not: arbitrumone_Bytes + leaf_gt: arbitrumone_Bytes + leaf_lt: arbitrumone_Bytes + leaf_gte: arbitrumone_Bytes + leaf_lte: arbitrumone_Bytes + leaf_in: [arbitrumone_Bytes!] + leaf_not_in: [arbitrumone_Bytes!] + leaf_contains: arbitrumone_Bytes + leaf_not_contains: arbitrumone_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -64781,36 +62685,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: arbitrumone_Bytes + message_not: arbitrumone_Bytes + message_gt: arbitrumone_Bytes + message_lt: arbitrumone_Bytes + message_gte: arbitrumone_Bytes + message_lte: arbitrumone_Bytes + message_in: [arbitrumone_Bytes!] + message_not_in: [arbitrumone_Bytes!] + message_contains: arbitrumone_Bytes + message_not_contains: arbitrumone_Bytes + root: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -64839,14 +62743,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_: arbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginMessage_filter] - or: [optimismgoerli_OriginMessage_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginMessage_filter] + or: [arbitrumone_OriginMessage_filter] } -enum optimismgoerli_OriginMessage_orderBy { +enum arbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -64861,42 +62765,41 @@ enum optimismgoerli_OriginMessage_orderBy { rootCount__count } -type optimismgoerli_OriginTransfer { +type arbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: optimismgoerli_Bytes + transferId: arbitrumone_Bytes nonce: BigInt - status: optimismgoerli_TransferStatus - messageHash: optimismgoerli_Bytes + status: arbitrumone_TransferStatus + messageHash: arbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: arbitrumone_Bytes slippage: BigInt - originSender: optimismgoerli_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset - transactingAsset: optimismgoerli_Bytes - message: optimismgoerli_OriginMessage + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset + transactingAsset: arbitrumone_Bytes + message: arbitrumone_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: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] + initialRelayerFeeAsset: arbitrumone_Bytes + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimismgoerli_Bytes - txNonce: BigInt + txOrigin: arbitrumone_Bytes } -input optimismgoerli_OriginTransfer_filter { +input arbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -64913,38 +62816,38 @@ 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: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_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 + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: arbitrumone_TransferStatus + status_not: arbitrumone_TransferStatus + status_in: [arbitrumone_TransferStatus!] + status_not_in: [arbitrumone_TransferStatus!] + messageHash: arbitrumone_Bytes + messageHash_not: arbitrumone_Bytes + messageHash_gt: arbitrumone_Bytes + messageHash_lt: arbitrumone_Bytes + messageHash_gte: arbitrumone_Bytes + messageHash_lte: arbitrumone_Bytes + messageHash_in: [arbitrumone_Bytes!] + messageHash_not_in: [arbitrumone_Bytes!] + messageHash_contains: arbitrumone_Bytes + messageHash_not_contains: arbitrumone_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -64969,40 +62872,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: arbitrumone_Bytes + to_not: arbitrumone_Bytes + to_gt: arbitrumone_Bytes + to_lt: arbitrumone_Bytes + to_gte: arbitrumone_Bytes + to_lte: arbitrumone_Bytes + to_in: [arbitrumone_Bytes!] + to_not_in: [arbitrumone_Bytes!] + to_contains: arbitrumone_Bytes + to_not_contains: arbitrumone_Bytes + delegate: arbitrumone_Bytes + delegate_not: arbitrumone_Bytes + delegate_gt: arbitrumone_Bytes + delegate_lt: arbitrumone_Bytes + delegate_gte: arbitrumone_Bytes + delegate_lte: arbitrumone_Bytes + delegate_in: [arbitrumone_Bytes!] + delegate_not_in: [arbitrumone_Bytes!] + delegate_contains: arbitrumone_Bytes + delegate_not_contains: arbitrumone_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: arbitrumone_Bytes + callData_not: arbitrumone_Bytes + callData_gt: arbitrumone_Bytes + callData_lt: arbitrumone_Bytes + callData_gte: arbitrumone_Bytes + callData_lte: arbitrumone_Bytes + callData_in: [arbitrumone_Bytes!] + callData_not_in: [arbitrumone_Bytes!] + callData_contains: arbitrumone_Bytes + callData_not_contains: arbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -65011,16 +62914,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: arbitrumone_Bytes + originSender_not: arbitrumone_Bytes + originSender_gt: arbitrumone_Bytes + originSender_lt: arbitrumone_Bytes + originSender_gte: arbitrumone_Bytes + originSender_lte: arbitrumone_Bytes + originSender_in: [arbitrumone_Bytes!] + originSender_not_in: [arbitrumone_Bytes!] + originSender_contains: arbitrumone_Bytes + originSender_not_contains: arbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -65037,16 +62940,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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -65067,17 +62970,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_: arbitrumone_Asset_filter + transactingAsset: arbitrumone_Bytes + transactingAsset_not: arbitrumone_Bytes + transactingAsset_gt: arbitrumone_Bytes + transactingAsset_lt: arbitrumone_Bytes + transactingAsset_gte: arbitrumone_Bytes + transactingAsset_lte: arbitrumone_Bytes + transactingAsset_in: [arbitrumone_Bytes!] + transactingAsset_not_in: [arbitrumone_Bytes!] + transactingAsset_contains: arbitrumone_Bytes + transactingAsset_not_contains: arbitrumone_Bytes message: String message_not: String message_gt: String @@ -65098,7 +63001,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_: arbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -65113,37 +63016,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_: arbitrumone_RelayerFee_filter + initialRelayerFeeAsset: arbitrumone_Bytes + initialRelayerFeeAsset_not: arbitrumone_Bytes + initialRelayerFeeAsset_gt: arbitrumone_Bytes + initialRelayerFeeAsset_lt: arbitrumone_Bytes + initialRelayerFeeAsset_gte: arbitrumone_Bytes + initialRelayerFeeAsset_lte: arbitrumone_Bytes + initialRelayerFeeAsset_in: [arbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumone_Bytes!] + initialRelayerFeeAsset_contains: arbitrumone_Bytes + initialRelayerFeeAsset_not_contains: arbitrumone_Bytes + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65176,31 +63079,23 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + txOrigin: arbitrumone_Bytes + txOrigin_not: arbitrumone_Bytes + txOrigin_gt: arbitrumone_Bytes + txOrigin_lt: arbitrumone_Bytes + txOrigin_gte: arbitrumone_Bytes + txOrigin_lte: arbitrumone_Bytes + txOrigin_in: [arbitrumone_Bytes!] + txOrigin_not_in: [arbitrumone_Bytes!] + txOrigin_contains: arbitrumone_Bytes + txOrigin_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginTransfer_filter] - or: [optimismgoerli_OriginTransfer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginTransfer_filter] + or: [arbitrumone_OriginTransfer_filter] } -enum optimismgoerli_OriginTransfer_orderBy { +enum arbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -65249,23 +63144,22 @@ enum optimismgoerli_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } -type optimismgoerli_Relayer { +type arbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: optimismgoerli_Bytes + relayer: arbitrumone_Bytes } -type optimismgoerli_RelayerFee { +type arbitrumone_RelayerFee { id: ID! - transfer: optimismgoerli_OriginTransfer! + transfer: arbitrumone_OriginTransfer! fee: BigInt! - asset: optimismgoerli_Bytes! + asset: arbitrumone_Bytes! } -input optimismgoerli_RelayerFee_filter { +input arbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -65294,7 +63188,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_: arbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -65303,23 +63197,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: arbitrumone_Bytes + asset_not: arbitrumone_Bytes + asset_gt: arbitrumone_Bytes + asset_lt: arbitrumone_Bytes + asset_gte: arbitrumone_Bytes + asset_lte: arbitrumone_Bytes + asset_in: [arbitrumone_Bytes!] + asset_not_in: [arbitrumone_Bytes!] + asset_contains: arbitrumone_Bytes + asset_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFee_filter] - or: [optimismgoerli_RelayerFee_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFee_filter] + or: [arbitrumone_RelayerFee_filter] } -enum optimismgoerli_RelayerFee_orderBy { +enum arbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -65350,255 +63244,24 @@ enum optimismgoerli_RelayerFee_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce fee asset } -type optimismgoerli_RelayerFeesIncrease { - id: ID! - transfer: optimismgoerli_OriginTransfer! - increase: BigInt - asset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input optimismgoerli_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_: 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 - 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFeesIncrease_filter] - or: [optimismgoerli_RelayerFeesIncrease_filter] -} - -enum optimismgoerli_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 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] -} - -enum optimismgoerli_Relayer_orderBy { - id - isActive - relayer -} - -type optimismgoerli_RootCount { - id: ID! - count: BigInt -} - -input optimismgoerli_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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootCount_filter] - or: [optimismgoerli_RootCount_filter] -} - -enum optimismgoerli_RootCount_orderBy { - id - count -} - -type optimismgoerli_RootMessageSent { +type arbitrumone_RelayerFeesIncrease { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: optimismgoerli_Bytes - count: BigInt - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: arbitrumone_OriginTransfer! + increase: BigInt + asset: arbitrumone_Bytes + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimismgoerli_RootMessageSent_filter { +input arbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -65607,60 +63270,65 @@ input optimismgoerli_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: 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 + 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_: arbitrumone_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: arbitrumone_Bytes + asset_not: arbitrumone_Bytes + asset_gt: arbitrumone_Bytes + asset_lt: arbitrumone_Bytes + asset_gte: arbitrumone_Bytes + asset_lte: arbitrumone_Bytes + asset_in: [arbitrumone_Bytes!] + asset_not_in: [arbitrumone_Bytes!] + asset_contains: arbitrumone_Bytes + asset_not_contains: arbitrumone_Bytes + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65694,17 +63362,44 @@ 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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFeesIncrease_filter] + or: [arbitrumone_RelayerFeesIncrease_filter] } -enum optimismgoerli_RootMessageSent_orderBy { +enum arbitrumone_RelayerFeesIncrease_orderBy { id - spokeDomain - hubDomain - root - count + 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 + increase + asset caller transactionHash timestamp @@ -65713,194 +63408,7 @@ enum optimismgoerli_RootMessageSent_orderBy { 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 optimismgoerli_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 optimismgoerli_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: 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Router_filter] - or: [optimismgoerli_Router_filter] -} - -enum optimismgoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type optimismgoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: optimismgoerli_Bytes -} - -input optimismgoerli_Sequencer_filter { +input arbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -65913,35 +63421,34 @@ 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 + relayer: arbitrumone_Bytes + relayer_not: arbitrumone_Bytes + relayer_gt: arbitrumone_Bytes + relayer_lt: arbitrumone_Bytes + relayer_gte: arbitrumone_Bytes + relayer_lte: arbitrumone_Bytes + relayer_in: [arbitrumone_Bytes!] + relayer_not_in: [arbitrumone_Bytes!] + relayer_contains: arbitrumone_Bytes + relayer_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Sequencer_filter] - or: [optimismgoerli_Sequencer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Relayer_filter] + or: [arbitrumone_Relayer_filter] } -enum optimismgoerli_Sequencer_orderBy { +enum arbitrumone_Relayer_orderBy { id isActive - sequencer + relayer } -type optimismgoerli_Setting { +type arbitrumone_RootCount { id: ID! - maxRoutersPerTransfer: BigInt! - caller: optimismgoerli_Bytes! + count: BigInt } -input optimismgoerli_Setting_filter { +input arbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -65950,106 +63457,102 @@ input optimismgoerli_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: 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 + 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Setting_filter] - or: [optimismgoerli_Setting_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootCount_filter] + or: [arbitrumone_RootCount_filter] } -enum optimismgoerli_Setting_orderBy { +enum arbitrumone_RootCount_orderBy { id - maxRoutersPerTransfer - caller -} - -type optimismgoerli_SlippageUpdate { - id: ID! - transfer: optimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + count } - -input optimismgoerli_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_: 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 + +type arbitrumone_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: arbitrumone_Bytes + count: BigInt + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input arbitrumone_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: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_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: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66083,51 +63586,17 @@ 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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootMessageSent_filter] + or: [arbitrumone_RootMessageSent_filter] } -enum optimismgoerli_SlippageUpdate_orderBy { +enum arbitrumone_RootMessageSent_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 + count caller transactionHash timestamp @@ -66136,108 +63605,25 @@ enum optimismgoerli_SlippageUpdate_orderBy { 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! -} - -type stagingoptimismgoerli_AggregateRoot { - id: ID! - root: stagingoptimismgoerli_Bytes! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRoot_filter] - or: [stagingoptimismgoerli_AggregateRoot_filter] -} - -enum stagingoptimismgoerli_AggregateRoot_orderBy { - id - root - blockNumber -} - -type stagingoptimismgoerli_Asset { +type arbitrumone_Router { id: ID! - key: stagingoptimismgoerli_Bytes - decimal: BigInt - canonicalId: stagingoptimismgoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingoptimismgoerli_Bytes - localAsset: stagingoptimismgoerli_Bytes - blockNumber: BigInt - status: stagingoptimismgoerli_AssetStatus + isActive: Boolean! + owner: arbitrumone_Bytes + recipient: arbitrumone_Bytes + proposedOwner: arbitrumone_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! } -type stagingoptimismgoerli_AssetBalance { +type arbitrumone_RouterDailyTVL { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - feesEarned: BigInt! + router: arbitrumone_Router! + asset: arbitrumone_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingoptimismgoerli_AssetBalance_filter { +input arbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -66246,38 +63632,6 @@ input stagingoptimismgoerli_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 @@ -66298,7 +63652,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -66319,27 +63673,31 @@ input stagingoptimismgoerli_AssetBalance_filter { 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!] + asset_: arbitrumone_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetBalance_filter] - or: [stagingoptimismgoerli_AssetBalance_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterDailyTVL_filter] + or: [arbitrumone_RouterDailyTVL_filter] } -enum stagingoptimismgoerli_AssetBalance_orderBy { +enum arbitrumone_RouterDailyTVL_orderBy { id - amount - locked - supplied - removed router router__id router__isActive @@ -66356,15 +63714,11 @@ enum stagingoptimismgoerli_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned -} - -type stagingoptimismgoerli_AssetStatus { - id: ID! - status: Boolean + timestamp + balance } -input stagingoptimismgoerli_AssetStatus_filter { +input arbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -66373,22 +63727,72 @@ input stagingoptimismgoerli_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: arbitrumone_Bytes + owner_not: arbitrumone_Bytes + owner_gt: arbitrumone_Bytes + owner_lt: arbitrumone_Bytes + owner_gte: arbitrumone_Bytes + owner_lte: arbitrumone_Bytes + owner_in: [arbitrumone_Bytes!] + owner_not_in: [arbitrumone_Bytes!] + owner_contains: arbitrumone_Bytes + owner_not_contains: arbitrumone_Bytes + recipient: arbitrumone_Bytes + recipient_not: arbitrumone_Bytes + recipient_gt: arbitrumone_Bytes + recipient_lt: arbitrumone_Bytes + recipient_gte: arbitrumone_Bytes + recipient_lte: arbitrumone_Bytes + recipient_in: [arbitrumone_Bytes!] + recipient_not_in: [arbitrumone_Bytes!] + recipient_contains: arbitrumone_Bytes + recipient_not_contains: arbitrumone_Bytes + proposedOwner: arbitrumone_Bytes + proposedOwner_not: arbitrumone_Bytes + proposedOwner_gt: arbitrumone_Bytes + proposedOwner_lt: arbitrumone_Bytes + proposedOwner_gte: arbitrumone_Bytes + proposedOwner_lte: arbitrumone_Bytes + proposedOwner_in: [arbitrumone_Bytes!] + proposedOwner_not_in: [arbitrumone_Bytes!] + proposedOwner_contains: arbitrumone_Bytes + proposedOwner_not_contains: arbitrumone_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_: arbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetStatus_filter] - or: [stagingoptimismgoerli_AssetStatus_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Router_filter] + or: [arbitrumone_Router_filter] } -enum stagingoptimismgoerli_AssetStatus_orderBy { +enum arbitrumone_Router_orderBy { id - status + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input stagingoptimismgoerli_Asset_filter { +type arbitrumone_Sequencer { + id: ID! + isActive: Boolean! + sequencer: arbitrumone_Bytes +} + +input arbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -66397,135 +63801,39 @@ 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 - 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 - 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_: stagingoptimismgoerli_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Asset_filter] - or: [stagingoptimismgoerli_Asset_filter] -} - -enum stagingoptimismgoerli_Asset_orderBy { - id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingoptimismgoerli_BigDecimal - -input stagingoptimismgoerli_BlockChangedFilter { - number_gte: Int! + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: arbitrumone_Bytes + sequencer_not: arbitrumone_Bytes + sequencer_gt: arbitrumone_Bytes + sequencer_lt: arbitrumone_Bytes + sequencer_gte: arbitrumone_Bytes + sequencer_lte: arbitrumone_Bytes + sequencer_in: [arbitrumone_Bytes!] + sequencer_not_in: [arbitrumone_Bytes!] + sequencer_contains: arbitrumone_Bytes + sequencer_not_contains: arbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Sequencer_filter] + or: [arbitrumone_Sequencer_filter] } -input stagingoptimismgoerli_Block_height { - hash: stagingoptimismgoerli_Bytes - number: Int - number_gte: Int +enum arbitrumone_Sequencer_orderBy { + id + isActive + sequencer } -scalar stagingoptimismgoerli_Bytes - -type stagingoptimismgoerli_ConnectorMeta { +type arbitrumone_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes + maxRoutersPerTransfer: BigInt! + caller: arbitrumone_Bytes! } -input stagingoptimismgoerli_ConnectorMeta_filter { +input arbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -66534,109 +63842,49 @@ input stagingoptimismgoerli_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: 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 + 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: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_ConnectorMeta_filter] - or: [stagingoptimismgoerli_ConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Setting_filter] + or: [arbitrumone_Setting_filter] } -enum stagingoptimismgoerli_ConnectorMeta_orderBy { +enum arbitrumone_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type stagingoptimismgoerli_DestinationTransfer { +type arbitrumone_SlippageUpdate { id: ID! - chainId: BigInt - transferId: stagingoptimismgoerli_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - callData: stagingoptimismgoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: 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 + transfer: arbitrumone_DestinationTransfer! + slippage: BigInt! + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingoptimismgoerli_DestinationTransfer_filter { +input arbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -66645,101 +63893,27 @@ input stagingoptimismgoerli_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: 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 - 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 + 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_: arbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -66748,308 +63922,180 @@ input stagingoptimismgoerli_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: 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 - 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_: 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!] + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_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_DestinationTransfer_filter] - or: [stagingoptimismgoerli_DestinationTransfer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SlippageUpdate_filter] + or: [arbitrumone_SlippageUpdate_filter] } -enum stagingoptimismgoerli_DestinationTransfer_orderBy { +enum arbitrumone_SlippageUpdate_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData + 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__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin 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 + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +enum arbitrumone_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type arbitrumone__Block_ { + """The hash of the block""" + hash: arbitrumone_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__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: 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 stagingoptimismgoerli_Int8 +scalar xdai_swap_Int8 -"""Defines the order direction, either ascending or descending""" -enum stagingoptimismgoerli_OrderDirection { - asc - desc +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!]! } -type stagingoptimismgoerli_OriginMessage { +type xdai_swap_LpAccountBalance { id: ID! - transferId: stagingoptimismgoerli_Bytes - destinationDomain: BigInt - leaf: stagingoptimismgoerli_Bytes - index: BigInt - message: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - blockNumber: BigInt - rootCount: stagingoptimismgoerli_RootCount + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: xdai_swap_Bytes } -input stagingoptimismgoerli_OriginMessage_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -67058,158 +64104,398 @@ 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 - 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 - 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_: stagingoptimismgoerli_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_: 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: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] +} + +enum 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 +} + +input xdai_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: 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: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] +} + +enum xdai_swap_LpAccount_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!]! +} + +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 + 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_: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginMessage_filter] - or: [stagingoptimismgoerli_OriginMessage_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum stagingoptimismgoerli_OriginMessage_orderBy { +enum xdai_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 stagingoptimismgoerli_OriginTransfer { +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: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] +} + +enum 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 +} + +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - 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 + 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 stagingoptimismgoerli_OriginTransfer_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -67218,245 +64504,79 @@ input stagingoptimismgoerli_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: 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 - 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_: 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 + 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 @@ -67465,120 +64585,62 @@ input stagingoptimismgoerli_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: 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!] + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginTransfer_filter] - or: [stagingoptimismgoerli_OriginTransfer_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum stagingoptimismgoerli_OriginTransfer_orderBy { +enum xdai_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 stagingoptimismgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingoptimismgoerli_Bytes +"""Defines the order direction, either ascending or descending""" +enum xdai_swap_OrderDirection { + asc + desc } -type stagingoptimismgoerli_RelayerFee { +type xdai_swap_PooledToken { id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - fee: BigInt! - asset: stagingoptimismgoerli_Bytes! + asset: xdai_swap_Bytes! } -input stagingoptimismgoerli_RelayerFee_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -67587,249 +64649,72 @@ input stagingoptimismgoerli_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_: 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 + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFee_filter] - or: [stagingoptimismgoerli_RelayerFee_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum stagingoptimismgoerli_RelayerFee_orderBy { +enum xdai_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 stagingoptimismgoerli_RelayerFeesIncrease { +type xdai_swap_StableSwap { id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - increase: BigInt - asset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_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_: 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 - 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_RelayerFeesIncrease_filter] - or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + 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!] } -enum stagingoptimismgoerli_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 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 stagingoptimismgoerli_Relayer_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -67838,38 +64723,161 @@ input stagingoptimismgoerli_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: 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 + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Relayer_filter] - or: [stagingoptimismgoerli_Relayer_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingoptimismgoerli_Relayer_orderBy { +enum xdai_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 stagingoptimismgoerli_RootCount { +interface xdai_swap_StableSwapEvent { id: ID! - count: BigInt + stableSwap: xdai_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_RootCount_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -67878,40 +64886,109 @@ input stagingoptimismgoerli_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_: 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!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootCount_filter] - or: [stagingoptimismgoerli_RootCount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum stagingoptimismgoerli_RootCount_orderBy { +enum xdai_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 stagingoptimismgoerli_RootMessageSent { +type xdai_swap_StableSwapExchange { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingoptimismgoerli_Bytes - count: BigInt - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_RootMessageSent_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -67920,60 +64997,91 @@ input stagingoptimismgoerli_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: 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 + 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 @@ -67982,119 +65090,168 @@ input stagingoptimismgoerli_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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootMessageSent_filter] - or: [stagingoptimismgoerli_RootMessageSent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum stagingoptimismgoerli_RootMessageSent_orderBy { +enum 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 -} - -type stagingoptimismgoerli_Router { - id: ID! - 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 stagingoptimismgoerli_RouterDailyTVL { - id: ID! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input stagingoptimismgoerli_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_: stagingoptimismgoerli_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_: stagingoptimismgoerli_Asset_filter + transaction + nonce +} + +type xdai_swap_StableSwapRemoveLiquidityEvent 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_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_: 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 @@ -68103,43 +65260,63 @@ input stagingoptimismgoerli_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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RouterDailyTVL_filter] - or: [stagingoptimismgoerli_RouterDailyTVL_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingoptimismgoerli_RouterDailyTVL_orderBy { +enum xdai_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 stagingoptimismgoerli_Router_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -68152,68 +65329,197 @@ 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 - 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 + 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 """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Router_filter] - or: [stagingoptimismgoerli_Router_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum stagingoptimismgoerli_Router_orderBy { +enum 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 } -type stagingoptimismgoerli_Sequencer { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingoptimismgoerli_Bytes + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input stagingoptimismgoerli_Sequencer_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68222,39 +65528,80 @@ input stagingoptimismgoerli_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: 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 + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Sequencer_filter] - or: [stagingoptimismgoerli_Sequencer_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum stagingoptimismgoerli_Sequencer_orderBy { +enum 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 } -type stagingoptimismgoerli_Setting { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingoptimismgoerli_Bytes! + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input stagingoptimismgoerli_Setting_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68263,106 +65610,100 @@ input stagingoptimismgoerli_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: 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 + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Setting_filter] - or: [stagingoptimismgoerli_Setting_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum stagingoptimismgoerli_Setting_orderBy { +enum 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 } -type stagingoptimismgoerli_SlippageUpdate { - id: ID! - transfer: stagingoptimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: xdai_swap_BigDecimal! } -input stagingoptimismgoerli_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_: 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 +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 @@ -68371,94 +65712,50 @@ input stagingoptimismgoerli_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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SlippageUpdate_filter] - or: [stagingoptimismgoerli_SlippageUpdate_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_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 +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 - gasPrice - gasLimit - blockNumber + volume } -type stagingoptimismgoerli_SnapshotRoot { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingoptimismgoerli_Bytes! - count: BigInt! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: xdai_swap_BigDecimal! } -input stagingoptimismgoerli_SnapshotRoot_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68467,32 +65764,27 @@ input stagingoptimismgoerli_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: 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!] + 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 @@ -68501,40 +65793,89 @@ input stagingoptimismgoerli_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: 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SnapshotRoot_filter] - or: [stagingoptimismgoerli_SnapshotRoot_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum stagingoptimismgoerli_SnapshotRoot_orderBy { +enum xdai_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 } -enum stagingoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +type xdai_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type stagingoptimismgoerli__Block_ { +input xdai_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: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] +} + +enum xdai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type xdai_swap__Block_ { """The hash of the block""" - hash: stagingoptimismgoerli_Bytes + hash: xdai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -68542,7 +65883,7 @@ type stagingoptimismgoerli__Block_ { } """The type for the top-level _meta field""" -type stagingoptimismgoerli__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 @@ -68550,20 +65891,20 @@ type stagingoptimismgoerli__Meta_ { and therefore asks for the latest block """ - block: stagingoptimismgoerli__Block_! + block: xdai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumgoerli_AggregateRoot { +type optimism_AggregateRoot { id: ID! - root: stagingarbitrumgoerli_Bytes! + root: optimism_Bytes! blockNumber: BigInt! } -input stagingarbitrumgoerli_AggregateRoot_filter { +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -68572,16 +65913,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: 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 @@ -68591,41 +65932,41 @@ 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: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum stagingarbitrumgoerli_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -type stagingarbitrumgoerli_Asset { +type optimism_Asset { id: ID! - key: stagingarbitrumgoerli_Bytes + key: optimism_Bytes decimal: BigInt - canonicalId: stagingarbitrumgoerli_Bytes + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumgoerli_Bytes - localAsset: stagingarbitrumgoerli_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: stagingarbitrumgoerli_AssetStatus + status: optimism_AssetStatus } -type stagingarbitrumgoerli_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input stagingarbitrumgoerli_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -68686,7 +66027,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -68707,7 +66048,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_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -68717,12 +66058,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: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum stagingarbitrumgoerli_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -68747,12 +66088,12 @@ enum stagingarbitrumgoerli_AssetBalance_orderBy { feesEarned } -type stagingarbitrumgoerli_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumgoerli_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -68766,17 +66107,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: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum stagingarbitrumgoerli_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input stagingarbitrumgoerli_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -68785,16 +66126,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: 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 @@ -68803,16 +66144,16 @@ 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 + 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 @@ -68821,26 +66162,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: 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 @@ -68869,14 +66210,14 @@ 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_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Asset_filter] - or: [stagingarbitrumgoerli_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum stagingarbitrumgoerli_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -68890,30 +66231,30 @@ enum stagingarbitrumgoerli_Asset_orderBy { status__status } -scalar stagingarbitrumgoerli_BigDecimal +scalar optimism_BigDecimal -input stagingarbitrumgoerli_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumgoerli_Block_height { - hash: stagingarbitrumgoerli_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar stagingarbitrumgoerli_Bytes +scalar optimism_Bytes -type stagingarbitrumgoerli_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumgoerli_Bytes - rootManager: stagingarbitrumgoerli_Bytes - mirrorConnector: stagingarbitrumgoerli_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input stagingarbitrumgoerli_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -68938,43 +66279,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: 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: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_ConnectorMeta_filter] - or: [stagingarbitrumgoerli_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum stagingarbitrumgoerli_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -68983,48 +66324,48 @@ enum stagingarbitrumgoerli_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumgoerli_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes + transferId: optimism_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: 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: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumgoerli_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumgoerli_Bytes - executedTransactionHash: stagingarbitrumgoerli_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumgoerli_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumgoerli_Bytes - reconciledTransactionHash: stagingarbitrumgoerli_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumgoerli_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumgoerli_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -69041,16 +66382,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: 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 @@ -69059,17 +66400,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: 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_: stagingarbitrumgoerli_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -69094,40 +66435,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: 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: 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: 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 @@ -69144,16 +66485,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: 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 @@ -69170,16 +66511,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: 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 @@ -69200,7 +66541,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_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -69217,26 +66558,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: 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 @@ -69269,16 +66610,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: 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 @@ -69287,26 +66628,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: 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 @@ -69339,16 +66680,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: 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 @@ -69358,12 +66699,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: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum stagingarbitrumgoerli_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -69416,28 +66757,28 @@ enum stagingarbitrumgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumgoerli_Int8 +scalar optimism_Int8 """Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_OrderDirection { +enum optimism_OrderDirection { asc desc } -type stagingarbitrumgoerli_OriginMessage { +type optimism_OriginMessage { id: ID! - transferId: stagingarbitrumgoerli_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: stagingarbitrumgoerli_Bytes + leaf: optimism_Bytes index: BigInt - message: stagingarbitrumgoerli_Bytes - root: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: stagingarbitrumgoerli_RootCount + rootCount: optimism_RootCount } -input stagingarbitrumgoerli_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -69446,16 +66787,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: 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 @@ -69464,16 +66805,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: 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 @@ -69482,36 +66823,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: 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 @@ -69540,14 +66881,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_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OriginMessage_filter] - or: [stagingarbitrumgoerli_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum stagingarbitrumgoerli_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -69562,42 +66903,42 @@ enum stagingarbitrumgoerli_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumgoerli_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes + transferId: optimism_Bytes nonce: BigInt - status: stagingarbitrumgoerli_TransferStatus - messageHash: stagingarbitrumgoerli_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: stagingarbitrumgoerli_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset - transactingAsset: stagingarbitrumgoerli_Bytes - message: stagingarbitrumgoerli_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_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: 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: stagingarbitrumgoerli_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input stagingarbitrumgoerli_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -69614,16 +66955,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: 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 @@ -69632,20 +66973,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: 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 @@ -69670,40 +67011,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: 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: 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: 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 @@ -69712,16 +67053,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: 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 @@ -69738,16 +67079,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: 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 @@ -69768,17 +67109,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_: 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 @@ -69799,7 +67140,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_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -69814,37 +67155,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_: 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 @@ -69877,16 +67218,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: 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 @@ -69896,12 +67237,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: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum stagingarbitrumgoerli_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -69953,20 +67294,20 @@ enum stagingarbitrumgoerli_OriginTransfer_orderBy { txNonce } -type stagingarbitrumgoerli_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: stagingarbitrumgoerli_Bytes + relayer: optimism_Bytes } -type stagingarbitrumgoerli_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: stagingarbitrumgoerli_Bytes! + asset: optimism_Bytes! } -input stagingarbitrumgoerli_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -69995,7 +67336,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_: optimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -70004,23 +67345,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: 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: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RelayerFee_filter] - or: [stagingarbitrumgoerli_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum stagingarbitrumgoerli_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -70056,20 +67397,20 @@ enum stagingarbitrumgoerli_RelayerFee_orderBy { asset } -type stagingarbitrumgoerli_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumgoerli_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -70098,7 +67439,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_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -70107,36 +67448,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: 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 @@ -70170,12 +67511,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: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -70217,7 +67558,7 @@ enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input stagingarbitrumgoerli_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -70230,34 +67571,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: 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: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Relayer_filter] - or: [stagingarbitrumgoerli_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum stagingarbitrumgoerli_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type stagingarbitrumgoerli_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input stagingarbitrumgoerli_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -70275,31 +67616,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: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum stagingarbitrumgoerli_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type stagingarbitrumgoerli_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingarbitrumgoerli_Bytes + root: optimism_Bytes count: BigInt - caller: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingarbitrumgoerli_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -70324,16 +67665,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: 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 @@ -70342,26 +67683,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: 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 @@ -70395,12 +67736,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum stagingarbitrumgoerli_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -70414,25 +67755,25 @@ enum stagingarbitrumgoerli_RootMessageSent_orderBy { blockNumber } -type stagingarbitrumgoerli_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: stagingarbitrumgoerli_Bytes - recipient: stagingarbitrumgoerli_Bytes - proposedOwner: stagingarbitrumgoerli_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_AssetBalance_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_AssetBalance_filter): [stagingarbitrumgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type stagingarbitrumgoerli_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input stagingarbitrumgoerli_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -70461,7 +67802,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -70482,7 +67823,7 @@ 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_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70500,12 +67841,12 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RouterDailyTVL_filter] - or: [stagingarbitrumgoerli_RouterDailyTVL_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -70527,7 +67868,7 @@ enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { balance } -input stagingarbitrumgoerli_Router_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -70540,36 +67881,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: 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 @@ -70578,14 +67919,14 @@ input stagingarbitrumgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumgoerli_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Router_filter] - or: [stagingarbitrumgoerli_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum stagingarbitrumgoerli_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -70595,13 +67936,13 @@ enum stagingarbitrumgoerli_Router_orderBy { assetBalances } -type stagingarbitrumgoerli_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumgoerli_Bytes + sequencer: optimism_Bytes } -input stagingarbitrumgoerli_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -70614,35 +67955,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: 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: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Sequencer_filter] - or: [stagingarbitrumgoerli_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum stagingarbitrumgoerli_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type stagingarbitrumgoerli_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumgoerli_Bytes! + caller: optimism_Bytes! } -input stagingarbitrumgoerli_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -70659,41 +68000,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: 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: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Setting_filter] - or: [stagingarbitrumgoerli_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum stagingarbitrumgoerli_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingarbitrumgoerli_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: stagingarbitrumgoerli_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumgoerli_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -70722,7 +68063,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_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -70731,26 +68072,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: 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 @@ -70784,12 +68125,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: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum stagingarbitrumgoerli_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -70837,82 +68178,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 -} - -enum stagingarbitrumgoerli_TransferStatus { +enum optimism_TransferStatus { XCalled Executed Reconciled @@ -70920,9 +68186,9 @@ enum stagingarbitrumgoerli_TransferStatus { CompletedFast } -type stagingarbitrumgoerli__Block_ { +type optimism__Block_ { """The hash of the block""" - hash: stagingarbitrumgoerli_Bytes + hash: optimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -70930,7 +68196,7 @@ type stagingarbitrumgoerli__Block_ { } """The type for the top-level _meta field""" -type stagingarbitrumgoerli__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 @@ -70938,20 +68204,20 @@ type stagingarbitrumgoerli__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumgoerli__Block_! + block: optimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmumbai_AggregateRoot { +type optimismgoerli_AggregateRoot { id: ID! - root: stagingmumbai_Bytes! + root: optimismgoerli_Bytes! blockNumber: BigInt! } -input stagingmumbai_AggregateRoot_filter { +input optimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -70960,16 +68226,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: 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 @@ -70979,41 +68245,41 @@ 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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRoot_filter] + or: [optimismgoerli_AggregateRoot_filter] } -enum stagingmumbai_AggregateRoot_orderBy { +enum optimismgoerli_AggregateRoot_orderBy { id root blockNumber } -type stagingmumbai_Asset { +type optimismgoerli_Asset { id: ID! - key: stagingmumbai_Bytes + key: optimismgoerli_Bytes decimal: BigInt - canonicalId: stagingmumbai_Bytes + canonicalId: optimismgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes + adoptedAsset: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes blockNumber: BigInt - status: stagingmumbai_AssetStatus + status: optimismgoerli_AssetStatus } -type stagingmumbai_AssetBalance { +type optimismgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! feesEarned: BigInt! } -input stagingmumbai_AssetBalance_filter { +input optimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -71074,7 +68340,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_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -71095,7 +68361,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_: optimismgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -71105,12 +68371,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetBalance_filter] + or: [optimismgoerli_AssetBalance_filter] } -enum stagingmumbai_AssetBalance_orderBy { +enum optimismgoerli_AssetBalance_orderBy { id amount locked @@ -71135,12 +68401,12 @@ enum stagingmumbai_AssetBalance_orderBy { feesEarned } -type stagingmumbai_AssetStatus { +type optimismgoerli_AssetStatus { id: ID! status: Boolean } -input stagingmumbai_AssetStatus_filter { +input optimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -71154,17 +68420,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetStatus_filter] + or: [optimismgoerli_AssetStatus_filter] } -enum stagingmumbai_AssetStatus_orderBy { +enum optimismgoerli_AssetStatus_orderBy { id status } -input stagingmumbai_Asset_filter { +input optimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -71173,16 +68439,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: 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 @@ -71191,16 +68457,16 @@ 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 + 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 @@ -71209,26 +68475,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: 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 @@ -71257,14 +68523,14 @@ 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_: optimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Asset_filter] - or: [stagingmumbai_Asset_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Asset_filter] + or: [optimismgoerli_Asset_filter] } -enum stagingmumbai_Asset_orderBy { +enum optimismgoerli_Asset_orderBy { id key decimal @@ -71278,30 +68544,30 @@ enum stagingmumbai_Asset_orderBy { status__status } -scalar stagingmumbai_BigDecimal +scalar optimismgoerli_BigDecimal -input stagingmumbai_BlockChangedFilter { +input optimismgoerli_BlockChangedFilter { number_gte: Int! } -input stagingmumbai_Block_height { - hash: stagingmumbai_Bytes +input optimismgoerli_Block_height { + hash: optimismgoerli_Bytes number: Int number_gte: Int } -scalar stagingmumbai_Bytes +scalar optimismgoerli_Bytes -type stagingmumbai_ConnectorMeta { +type optimismgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes + amb: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes } -input stagingmumbai_ConnectorMeta_filter { +input optimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -71326,43 +68592,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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_ConnectorMeta_filter] - or: [stagingmumbai_ConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_ConnectorMeta_filter] + or: [optimismgoerli_ConnectorMeta_filter] } -enum stagingmumbai_ConnectorMeta_orderBy { +enum optimismgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -71371,48 +68637,48 @@ enum stagingmumbai_ConnectorMeta_orderBy { mirrorConnector } -type stagingmumbai_DestinationTransfer { +type optimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: optimismgoerli_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: 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: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: optimismgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmumbai_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes + executedCaller: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin: optimismgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes + reconciledCaller: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin: optimismgoerli_Bytes reconciledTxNonce: BigInt } -input stagingmumbai_DestinationTransfer_filter { +input optimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -71429,16 +68695,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: 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 @@ -71447,17 +68713,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: 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_: stagingmumbai_Router_filter + routers_: optimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -71482,40 +68748,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: 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: 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: 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 @@ -71532,16 +68798,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: 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 @@ -71558,16 +68824,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: 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 @@ -71588,7 +68854,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_: optimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -71605,26 +68871,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: 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 @@ -71657,16 +68923,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: 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 @@ -71675,26 +68941,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: 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 @@ -71727,16 +68993,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: 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 @@ -71746,12 +69012,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_DestinationTransfer_filter] + or: [optimismgoerli_DestinationTransfer_filter] } -enum stagingmumbai_DestinationTransfer_orderBy { +enum optimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -71804,46 +69070,46 @@ enum stagingmumbai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmumbai_Int8 +scalar optimismgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum stagingmumbai_OrderDirection { +enum optimismgoerli_OrderDirection { asc desc } -type stagingmumbai_OriginMessage { +type optimismgoerli_OriginMessage { id: ID! - transferId: stagingmumbai_Bytes + transferId: optimismgoerli_Bytes destinationDomain: BigInt - leaf: stagingmumbai_Bytes + leaf: optimismgoerli_Bytes index: BigInt - message: stagingmumbai_Bytes - root: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + message: optimismgoerli_Bytes + root: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes blockNumber: BigInt - rootCount: stagingmumbai_RootCount + rootCount: optimismgoerli_RootCount } -input stagingmumbai_OriginMessage_filter { +input optimismgoerli_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: 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 + 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 destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -71852,16 +69118,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: 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 @@ -71870,36 +69136,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: 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 @@ -71928,14 +69194,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_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginMessage_filter] - or: [stagingmumbai_OriginMessage_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginMessage_filter] + or: [optimismgoerli_OriginMessage_filter] } -enum stagingmumbai_OriginMessage_orderBy { +enum optimismgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -71950,42 +69216,42 @@ enum stagingmumbai_OriginMessage_orderBy { rootCount__count } -type stagingmumbai_OriginTransfer { +type optimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: optimismgoerli_Bytes nonce: BigInt - status: stagingmumbai_TransferStatus - messageHash: stagingmumbai_Bytes + status: optimismgoerli_TransferStatus + messageHash: optimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: optimismgoerli_Bytes slippage: BigInt - originSender: stagingmumbai_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - transactingAsset: stagingmumbai_Bytes - message: stagingmumbai_OriginMessage + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + transactingAsset: optimismgoerli_Bytes + message: optimismgoerli_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: 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: stagingmumbai_Bytes + txOrigin: optimismgoerli_Bytes txNonce: BigInt } -input stagingmumbai_OriginTransfer_filter { +input optimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -72002,16 +69268,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: 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 @@ -72020,20 +69286,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: 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 @@ -72058,40 +69324,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: 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: 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: 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 @@ -72100,16 +69366,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: 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 @@ -72126,16 +69392,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: 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 @@ -72156,17 +69422,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_: 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 @@ -72187,7 +69453,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_: optimismgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -72202,37 +69468,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_: 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 @@ -72265,16 +69531,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: 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 @@ -72284,12 +69550,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginTransfer_filter] + or: [optimismgoerli_OriginTransfer_filter] } -enum stagingmumbai_OriginTransfer_orderBy { +enum optimismgoerli_OriginTransfer_orderBy { id chainId transferId @@ -72341,20 +69607,20 @@ enum stagingmumbai_OriginTransfer_orderBy { txNonce } -type stagingmumbai_Relayer { +type optimismgoerli_Relayer { id: ID! isActive: Boolean! - relayer: stagingmumbai_Bytes + relayer: optimismgoerli_Bytes } -type stagingmumbai_RelayerFee { +type optimismgoerli_RelayerFee { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! fee: BigInt! - asset: stagingmumbai_Bytes! + asset: optimismgoerli_Bytes! } -input stagingmumbai_RelayerFee_filter { +input optimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -72383,7 +69649,7 @@ 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_: optimismgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -72392,23 +69658,23 @@ input stagingmumbai_RelayerFee_filter { 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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFee_filter] - or: [stagingmumbai_RelayerFee_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFee_filter] + or: [optimismgoerli_RelayerFee_filter] } -enum stagingmumbai_RelayerFee_orderBy { +enum optimismgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -72444,20 +69710,20 @@ enum stagingmumbai_RelayerFee_orderBy { asset } -type stagingmumbai_RelayerFeesIncrease { +type optimismgoerli_RelayerFeesIncrease { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! increase: BigInt - asset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + asset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_RelayerFeesIncrease_filter { +input optimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -72468,63 +69734,63 @@ input stagingmumbai_RelayerFeesIncrease_filter { 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 + 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 @@ -72558,12 +69824,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFeesIncrease_filter] + or: [optimismgoerli_RelayerFeesIncrease_filter] } -enum stagingmumbai_RelayerFeesIncrease_orderBy { +enum optimismgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -72605,7 +69871,7 @@ enum stagingmumbai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmumbai_Relayer_filter { +input optimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -72618,34 +69884,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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Relayer_filter] - or: [stagingmumbai_Relayer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Relayer_filter] + or: [optimismgoerli_Relayer_filter] } -enum stagingmumbai_Relayer_orderBy { +enum optimismgoerli_Relayer_orderBy { id isActive relayer } -type stagingmumbai_RootCount { +type optimismgoerli_RootCount { id: ID! count: BigInt } -input stagingmumbai_RootCount_filter { +input optimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -72663,31 +69929,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootCount_filter] + or: [optimismgoerli_RootCount_filter] } -enum stagingmumbai_RootCount_orderBy { +enum optimismgoerli_RootCount_orderBy { id count } -type stagingmumbai_RootMessageSent { +type optimismgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmumbai_Bytes + root: optimismgoerli_Bytes count: BigInt - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmumbai_RootMessageSent_filter { +input optimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -72712,16 +69978,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: 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 @@ -72730,26 +69996,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: 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 @@ -72783,12 +70049,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootMessageSent_filter] + or: [optimismgoerli_RootMessageSent_filter] } -enum stagingmumbai_RootMessageSent_orderBy { +enum optimismgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -72802,25 +70068,25 @@ enum stagingmumbai_RootMessageSent_orderBy { blockNumber } -type stagingmumbai_Router { +type optimismgoerli_Router { id: ID! isActive: Boolean! - owner: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes + owner: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + proposedOwner: optimismgoerli_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: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! } -type stagingmumbai_RouterDailyTVL { +type optimismgoerli_RouterDailyTVL { id: ID! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmumbai_RouterDailyTVL_filter { +input optimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -72849,7 +70115,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_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -72870,7 +70136,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_: optimismgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -72888,12 +70154,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterDailyTVL_filter] + or: [optimismgoerli_RouterDailyTVL_filter] } -enum stagingmumbai_RouterDailyTVL_orderBy { +enum optimismgoerli_RouterDailyTVL_orderBy { id router router__id @@ -72915,7 +70181,7 @@ enum stagingmumbai_RouterDailyTVL_orderBy { balance } -input stagingmumbai_Router_filter { +input optimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -72928,36 +70194,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: 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 @@ -72966,14 +70232,14 @@ input stagingmumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmumbai_AssetBalance_filter + assetBalances_: optimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Router_filter] - or: [stagingmumbai_Router_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Router_filter] + or: [optimismgoerli_Router_filter] } -enum stagingmumbai_Router_orderBy { +enum optimismgoerli_Router_orderBy { id isActive owner @@ -72983,13 +70249,13 @@ enum stagingmumbai_Router_orderBy { assetBalances } -type stagingmumbai_Sequencer { +type optimismgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmumbai_Bytes + sequencer: optimismgoerli_Bytes } -input stagingmumbai_Sequencer_filter { +input optimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -73002,35 +70268,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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Sequencer_filter] - or: [stagingmumbai_Sequencer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Sequencer_filter] + or: [optimismgoerli_Sequencer_filter] } -enum stagingmumbai_Sequencer_orderBy { +enum optimismgoerli_Sequencer_orderBy { id isActive sequencer } -type stagingmumbai_Setting { +type optimismgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmumbai_Bytes! + caller: optimismgoerli_Bytes! } -input stagingmumbai_Setting_filter { +input optimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -73047,41 +70313,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: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Setting_filter] - or: [stagingmumbai_Setting_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Setting_filter] + or: [optimismgoerli_Setting_filter] } -enum stagingmumbai_Setting_orderBy { +enum optimismgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmumbai_SlippageUpdate { +type optimismgoerli_SlippageUpdate { id: ID! - transfer: stagingmumbai_DestinationTransfer! + transfer: optimismgoerli_DestinationTransfer! slippage: BigInt! - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_SlippageUpdate_filter { +input optimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -73110,7 +70376,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_: optimismgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -73119,26 +70385,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: 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 @@ -73172,12 +70438,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SlippageUpdate_filter] + or: [optimismgoerli_SlippageUpdate_filter] } -enum stagingmumbai_SlippageUpdate_orderBy { +enum optimismgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -73199,108 +70465,33 @@ enum stagingmumbai_SlippageUpdate_orderBy { 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 + 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 stagingmumbai_TransferStatus { +enum optimismgoerli_TransferStatus { XCalled Executed Reconciled @@ -73308,9 +70499,9 @@ enum stagingmumbai_TransferStatus { CompletedFast } -type stagingmumbai__Block_ { +type optimismgoerli__Block_ { """The hash of the block""" - hash: stagingmumbai_Bytes + hash: optimismgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -73318,7 +70509,7 @@ type stagingmumbai__Block_ { } """The type for the top-level _meta field""" -type stagingmumbai__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 @@ -73326,20 +70517,20 @@ type stagingmumbai__Meta_ { and therefore asks for the latest block """ - block: stagingmumbai__Block_! + block: optimismgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mumbai_AggregateRoot { +type arbitrumgoerli_AggregateRoot { id: ID! - root: mumbai_Bytes! + root: arbitrumgoerli_Bytes! blockNumber: BigInt! } -input mumbai_AggregateRoot_filter { +input arbitrumgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -73348,16 +70539,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: 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 @@ -73367,41 +70558,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AggregateRoot_filter] + or: [arbitrumgoerli_AggregateRoot_filter] } -enum mumbai_AggregateRoot_orderBy { +enum arbitrumgoerli_AggregateRoot_orderBy { id root blockNumber } -type mumbai_Asset { +type arbitrumgoerli_Asset { id: ID! - key: mumbai_Bytes + key: arbitrumgoerli_Bytes decimal: BigInt - canonicalId: mumbai_Bytes + canonicalId: arbitrumgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: mumbai_Bytes - localAsset: mumbai_Bytes + adoptedAsset: arbitrumgoerli_Bytes + localAsset: arbitrumgoerli_Bytes blockNumber: BigInt - status: mumbai_AssetStatus + status: arbitrumgoerli_AssetStatus } -type mumbai_AssetBalance { +type arbitrumgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mumbai_Router! - asset: mumbai_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! feesEarned: BigInt! } -input mumbai_AssetBalance_filter { +input arbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -73462,7 +70653,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_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -73483,7 +70674,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_: arbitrumgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -73493,12 +70684,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetBalance_filter] + or: [arbitrumgoerli_AssetBalance_filter] } -enum mumbai_AssetBalance_orderBy { +enum arbitrumgoerli_AssetBalance_orderBy { id amount locked @@ -73523,12 +70714,12 @@ enum mumbai_AssetBalance_orderBy { feesEarned } -type mumbai_AssetStatus { +type arbitrumgoerli_AssetStatus { id: ID! status: Boolean } -input mumbai_AssetStatus_filter { +input arbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -73542,17 +70733,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetStatus_filter] + or: [arbitrumgoerli_AssetStatus_filter] } -enum mumbai_AssetStatus_orderBy { +enum arbitrumgoerli_AssetStatus_orderBy { id status } -input mumbai_Asset_filter { +input arbitrumgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -73561,16 +70752,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: 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 @@ -73579,16 +70770,16 @@ input mumbai_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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: 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 @@ -73597,26 +70788,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: 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 @@ -73645,14 +70836,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_: arbitrumgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Asset_filter] - or: [mumbai_Asset_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Asset_filter] + or: [arbitrumgoerli_Asset_filter] } -enum mumbai_Asset_orderBy { +enum arbitrumgoerli_Asset_orderBy { id key decimal @@ -73666,30 +70857,30 @@ enum mumbai_Asset_orderBy { status__status } -scalar mumbai_BigDecimal +scalar arbitrumgoerli_BigDecimal -input mumbai_BlockChangedFilter { +input arbitrumgoerli_BlockChangedFilter { number_gte: Int! } -input mumbai_Block_height { - hash: mumbai_Bytes +input arbitrumgoerli_Block_height { + hash: arbitrumgoerli_Bytes number: Int number_gte: Int } -scalar mumbai_Bytes +scalar arbitrumgoerli_Bytes -type mumbai_ConnectorMeta { +type arbitrumgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mumbai_Bytes - rootManager: mumbai_Bytes - mirrorConnector: mumbai_Bytes + amb: arbitrumgoerli_Bytes + rootManager: arbitrumgoerli_Bytes + mirrorConnector: arbitrumgoerli_Bytes } -input mumbai_ConnectorMeta_filter { +input arbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73714,43 +70905,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: 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: mumbai_BlockChangedFilter - and: [mumbai_ConnectorMeta_filter] - or: [mumbai_ConnectorMeta_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_ConnectorMeta_filter] + or: [arbitrumgoerli_ConnectorMeta_filter] } -enum mumbai_ConnectorMeta_orderBy { +enum arbitrumgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -73759,48 +70950,48 @@ enum mumbai_ConnectorMeta_orderBy { mirrorConnector } -type mumbai_DestinationTransfer { +type arbitrumgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: arbitrumgoerli_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: 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: mumbai_Bytes - delegate: mumbai_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mumbai_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: mumbai_Bytes - executedTransactionHash: mumbai_Bytes + executedCaller: arbitrumgoerli_Bytes + executedTransactionHash: arbitrumgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mumbai_Bytes + executedTxOrigin: arbitrumgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes + reconciledCaller: arbitrumgoerli_Bytes + reconciledTransactionHash: arbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin: arbitrumgoerli_Bytes reconciledTxNonce: BigInt } -input mumbai_DestinationTransfer_filter { +input arbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73817,16 +71008,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: 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 @@ -73835,17 +71026,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: 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_: mumbai_Router_filter + routers_: arbitrumgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -73870,40 +71061,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: 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: 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: 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 @@ -73920,16 +71111,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: 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 @@ -73946,16 +71137,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: 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 @@ -73976,7 +71167,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_: arbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -73993,26 +71184,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: 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 @@ -74039,22 +71230,22 @@ input mumbai_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: 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 + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + 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 executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -74063,26 +71254,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: 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 @@ -74115,16 +71306,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: 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 @@ -74134,12 +71325,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_DestinationTransfer_filter] + or: [arbitrumgoerli_DestinationTransfer_filter] } -enum mumbai_DestinationTransfer_orderBy { +enum arbitrumgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -74192,28 +71383,28 @@ enum mumbai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mumbai_Int8 +scalar arbitrumgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum mumbai_OrderDirection { +enum arbitrumgoerli_OrderDirection { asc desc } -type mumbai_OriginMessage { +type arbitrumgoerli_OriginMessage { id: ID! - transferId: mumbai_Bytes + transferId: arbitrumgoerli_Bytes destinationDomain: BigInt - leaf: mumbai_Bytes + leaf: arbitrumgoerli_Bytes index: BigInt - message: mumbai_Bytes - root: mumbai_Bytes - transactionHash: mumbai_Bytes + message: arbitrumgoerli_Bytes + root: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes blockNumber: BigInt - rootCount: mumbai_RootCount + rootCount: arbitrumgoerli_RootCount } -input mumbai_OriginMessage_filter { +input arbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -74222,16 +71413,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: 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 @@ -74240,16 +71431,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: 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 @@ -74258,36 +71449,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: 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 @@ -74316,14 +71507,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_: arbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginMessage_filter] - or: [mumbai_OriginMessage_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginMessage_filter] + or: [arbitrumgoerli_OriginMessage_filter] } -enum mumbai_OriginMessage_orderBy { +enum arbitrumgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -74338,42 +71529,42 @@ enum mumbai_OriginMessage_orderBy { rootCount__count } -type mumbai_OriginTransfer { +type arbitrumgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: arbitrumgoerli_Bytes nonce: BigInt - status: mumbai_TransferStatus - messageHash: mumbai_Bytes + status: arbitrumgoerli_TransferStatus + messageHash: arbitrumgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt - originSender: mumbai_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset - transactingAsset: mumbai_Bytes - message: mumbai_OriginMessage + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset + transactingAsset: arbitrumgoerli_Bytes + message: arbitrumgoerli_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: 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: mumbai_Bytes + txOrigin: arbitrumgoerli_Bytes txNonce: BigInt } -input mumbai_OriginTransfer_filter { +input arbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74390,16 +71581,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: 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 @@ -74408,20 +71599,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: 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 @@ -74446,40 +71637,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: 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: 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: 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 @@ -74488,16 +71679,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: 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 @@ -74514,16 +71705,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: 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 @@ -74544,17 +71735,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_: 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 @@ -74575,7 +71766,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_: arbitrumgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -74590,37 +71781,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_: 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 @@ -74653,16 +71844,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: 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 @@ -74672,12 +71863,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginTransfer_filter] + or: [arbitrumgoerli_OriginTransfer_filter] } -enum mumbai_OriginTransfer_orderBy { +enum arbitrumgoerli_OriginTransfer_orderBy { id chainId transferId @@ -74729,20 +71920,20 @@ enum mumbai_OriginTransfer_orderBy { txNonce } -type mumbai_Relayer { +type arbitrumgoerli_Relayer { id: ID! isActive: Boolean! - relayer: mumbai_Bytes + relayer: arbitrumgoerli_Bytes } -type mumbai_RelayerFee { +type arbitrumgoerli_RelayerFee { id: ID! - transfer: mumbai_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! fee: BigInt! - asset: mumbai_Bytes! + asset: arbitrumgoerli_Bytes! } -input mumbai_RelayerFee_filter { +input arbitrumgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -74771,7 +71962,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_: arbitrumgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -74780,23 +71971,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: 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: mumbai_BlockChangedFilter - and: [mumbai_RelayerFee_filter] - or: [mumbai_RelayerFee_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFee_filter] + or: [arbitrumgoerli_RelayerFee_filter] } -enum mumbai_RelayerFee_orderBy { +enum arbitrumgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -74832,20 +72023,20 @@ enum mumbai_RelayerFee_orderBy { asset } -type mumbai_RelayerFeesIncrease { +type arbitrumgoerli_RelayerFeesIncrease { id: ID! - transfer: mumbai_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! increase: BigInt - asset: mumbai_Bytes - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + asset: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_RelayerFeesIncrease_filter { +input arbitrumgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -74874,7 +72065,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_: arbitrumgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -74883,36 +72074,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: 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 @@ -74946,12 +72137,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFeesIncrease_filter] + or: [arbitrumgoerli_RelayerFeesIncrease_filter] } -enum mumbai_RelayerFeesIncrease_orderBy { +enum arbitrumgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -74993,7 +72184,7 @@ enum mumbai_RelayerFeesIncrease_orderBy { blockNumber } -input mumbai_Relayer_filter { +input arbitrumgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -75006,34 +72197,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: 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: mumbai_BlockChangedFilter - and: [mumbai_Relayer_filter] - or: [mumbai_Relayer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Relayer_filter] + or: [arbitrumgoerli_Relayer_filter] } -enum mumbai_Relayer_orderBy { +enum arbitrumgoerli_Relayer_orderBy { id isActive relayer } -type mumbai_RootCount { +type arbitrumgoerli_RootCount { id: ID! count: BigInt } -input mumbai_RootCount_filter { +input arbitrumgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -75051,31 +72242,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootCount_filter] + or: [arbitrumgoerli_RootCount_filter] } -enum mumbai_RootCount_orderBy { +enum arbitrumgoerli_RootCount_orderBy { id count } -type mumbai_RootMessageSent { +type arbitrumgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mumbai_Bytes + root: arbitrumgoerli_Bytes count: BigInt - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + caller: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mumbai_RootMessageSent_filter { +input arbitrumgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -75100,16 +72291,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: 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 @@ -75118,26 +72309,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: 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 @@ -75171,12 +72362,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootMessageSent_filter] + or: [arbitrumgoerli_RootMessageSent_filter] } -enum mumbai_RootMessageSent_orderBy { +enum arbitrumgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -75190,25 +72381,25 @@ enum mumbai_RootMessageSent_orderBy { blockNumber } -type mumbai_Router { +type arbitrumgoerli_Router { id: ID! isActive: Boolean! - owner: mumbai_Bytes - recipient: mumbai_Bytes - proposedOwner: mumbai_Bytes + owner: arbitrumgoerli_Bytes + recipient: arbitrumgoerli_Bytes + proposedOwner: arbitrumgoerli_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: arbitrumgoerli_AssetBalance_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_AssetBalance_filter): [arbitrumgoerli_AssetBalance!]! } -type mumbai_RouterDailyTVL { +type arbitrumgoerli_RouterDailyTVL { id: ID! - router: mumbai_Router! - asset: mumbai_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input mumbai_RouterDailyTVL_filter { +input arbitrumgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -75237,7 +72428,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_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -75258,7 +72449,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_: arbitrumgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75276,12 +72467,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RouterDailyTVL_filter] + or: [arbitrumgoerli_RouterDailyTVL_filter] } -enum mumbai_RouterDailyTVL_orderBy { +enum arbitrumgoerli_RouterDailyTVL_orderBy { id router router__id @@ -75303,7 +72494,7 @@ enum mumbai_RouterDailyTVL_orderBy { balance } -input mumbai_Router_filter { +input arbitrumgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -75316,36 +72507,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: 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 @@ -75354,14 +72545,14 @@ input mumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mumbai_AssetBalance_filter + assetBalances_: arbitrumgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Router_filter] - or: [mumbai_Router_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Router_filter] + or: [arbitrumgoerli_Router_filter] } -enum mumbai_Router_orderBy { +enum arbitrumgoerli_Router_orderBy { id isActive owner @@ -75371,13 +72562,13 @@ enum mumbai_Router_orderBy { assetBalances } -type mumbai_Sequencer { +type arbitrumgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: mumbai_Bytes + sequencer: arbitrumgoerli_Bytes } -input mumbai_Sequencer_filter { +input arbitrumgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -75390,35 +72581,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: 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: mumbai_BlockChangedFilter - and: [mumbai_Sequencer_filter] - or: [mumbai_Sequencer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Sequencer_filter] + or: [arbitrumgoerli_Sequencer_filter] } -enum mumbai_Sequencer_orderBy { +enum arbitrumgoerli_Sequencer_orderBy { id isActive sequencer } -type mumbai_Setting { +type arbitrumgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mumbai_Bytes! + caller: arbitrumgoerli_Bytes! } -input mumbai_Setting_filter { +input arbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -75435,41 +72626,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: 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: mumbai_BlockChangedFilter - and: [mumbai_Setting_filter] - or: [mumbai_Setting_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Setting_filter] + or: [arbitrumgoerli_Setting_filter] } -enum mumbai_Setting_orderBy { +enum arbitrumgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type mumbai_SlippageUpdate { +type arbitrumgoerli_SlippageUpdate { id: ID! - transfer: mumbai_DestinationTransfer! + transfer: arbitrumgoerli_DestinationTransfer! slippage: BigInt! - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_SlippageUpdate_filter { +input arbitrumgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -75498,7 +72689,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_: arbitrumgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75507,26 +72698,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: 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 @@ -75560,12 +72751,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: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_SlippageUpdate_filter] + or: [arbitrumgoerli_SlippageUpdate_filter] } -enum mumbai_SlippageUpdate_orderBy { +enum arbitrumgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -75613,7 +72804,7 @@ enum mumbai_SlippageUpdate_orderBy { blockNumber } -enum mumbai_TransferStatus { +enum arbitrumgoerli_TransferStatus { XCalled Executed Reconciled @@ -75621,9 +72812,9 @@ enum mumbai_TransferStatus { CompletedFast } -type mumbai__Block_ { +type arbitrumgoerli__Block_ { """The hash of the block""" - hash: mumbai_Bytes + hash: arbitrumgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -75631,7 +72822,7 @@ type mumbai__Block_ { } """The type for the top-level _meta field""" -type mumbai__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 @@ -75639,20 +72830,20 @@ type mumbai__Meta_ { and therefore asks for the latest block """ - block: mumbai__Block_! + block: arbitrumgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type stagingarbitrumgoerli_AggregateRoot { id: ID! - root: bnb_Bytes! + root: stagingarbitrumgoerli_Bytes! blockNumber: BigInt! } -input bnb_AggregateRoot_filter { +input stagingarbitrumgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -75661,16 +72852,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: 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 @@ -75680,41 +72871,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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AggregateRoot_filter] + or: [stagingarbitrumgoerli_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum stagingarbitrumgoerli_AggregateRoot_orderBy { id root blockNumber } -type bnb_Asset { +type stagingarbitrumgoerli_Asset { id: ID! - key: bnb_Bytes + key: stagingarbitrumgoerli_Bytes decimal: BigInt - canonicalId: bnb_Bytes + canonicalId: stagingarbitrumgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: stagingarbitrumgoerli_Bytes + localAsset: stagingarbitrumgoerli_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: stagingarbitrumgoerli_AssetStatus } -type bnb_AssetBalance { +type stagingarbitrumgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: stagingarbitrumgoerli_Router! + asset: stagingarbitrumgoerli_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input stagingarbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -75775,7 +72966,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_: stagingarbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -75796,7 +72987,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_: stagingarbitrumgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -75806,12 +72997,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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetBalance_filter] + or: [stagingarbitrumgoerli_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum stagingarbitrumgoerli_AssetBalance_orderBy { id amount locked @@ -75836,12 +73027,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type stagingarbitrumgoerli_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input stagingarbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -75855,17 +73046,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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetStatus_filter] + or: [stagingarbitrumgoerli_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum stagingarbitrumgoerli_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input stagingarbitrumgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -75874,16 +73065,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: 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 @@ -75892,16 +73083,16 @@ input bnb_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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: 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 @@ -75910,26 +73101,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: 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 @@ -75958,14 +73149,14 @@ 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_: stagingarbitrumgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Asset_filter] + or: [stagingarbitrumgoerli_Asset_filter] } -enum bnb_Asset_orderBy { +enum stagingarbitrumgoerli_Asset_orderBy { id key decimal @@ -75979,30 +73170,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar stagingarbitrumgoerli_BigDecimal -input bnb_BlockChangedFilter { +input stagingarbitrumgoerli_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input stagingarbitrumgoerli_Block_height { + hash: stagingarbitrumgoerli_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar stagingarbitrumgoerli_Bytes -type bnb_ConnectorMeta { +type stagingarbitrumgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: stagingarbitrumgoerli_Bytes + rootManager: stagingarbitrumgoerli_Bytes + mirrorConnector: stagingarbitrumgoerli_Bytes } -input bnb_ConnectorMeta_filter { +input stagingarbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -76027,43 +73218,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: 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: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_ConnectorMeta_filter] + or: [stagingarbitrumgoerli_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum stagingarbitrumgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -76072,48 +73263,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type stagingarbitrumgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingarbitrumgoerli_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingarbitrumgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: stagingarbitrumgoerli_Bytes + executedTransactionHash: stagingarbitrumgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: stagingarbitrumgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: stagingarbitrumgoerli_Bytes + reconciledTransactionHash: stagingarbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: stagingarbitrumgoerli_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input stagingarbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -76130,16 +73321,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: 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 @@ -76148,17 +73339,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: 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_: bnb_Router_filter + routers_: stagingarbitrumgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -76173,50 +73364,50 @@ input bnb_DestinationTransfer_filter { 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: 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 + 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: 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: 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 @@ -76233,16 +73424,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: 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 @@ -76259,16 +73450,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: 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 @@ -76289,7 +73480,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_: stagingarbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -76306,26 +73497,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: 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 @@ -76358,16 +73549,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: 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 @@ -76376,26 +73567,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: 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 @@ -76428,16 +73619,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: 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 @@ -76447,12 +73638,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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_DestinationTransfer_filter] + or: [stagingarbitrumgoerli_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum stagingarbitrumgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -76505,28 +73696,28 @@ enum bnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar bnb_Int8 +scalar stagingarbitrumgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum stagingarbitrumgoerli_OrderDirection { asc desc } -type bnb_OriginMessage { +type stagingarbitrumgoerli_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: stagingarbitrumgoerli_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: stagingarbitrumgoerli_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: stagingarbitrumgoerli_Bytes + root: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: stagingarbitrumgoerli_RootCount } -input bnb_OriginMessage_filter { +input stagingarbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -76535,16 +73726,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: 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 @@ -76553,16 +73744,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: 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 @@ -76571,36 +73762,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: 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 @@ -76629,14 +73820,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_: stagingarbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OriginMessage_filter] + or: [stagingarbitrumgoerli_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum stagingarbitrumgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -76651,42 +73842,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type stagingarbitrumgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingarbitrumgoerli_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: stagingarbitrumgoerli_TransferStatus + messageHash: stagingarbitrumgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingarbitrumgoerli_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset + transactingAsset: stagingarbitrumgoerli_Bytes + message: stagingarbitrumgoerli_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: 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: bnb_Bytes + txOrigin: stagingarbitrumgoerli_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input stagingarbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -76703,16 +73894,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: 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 @@ -76721,20 +73912,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: 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 @@ -76759,40 +73950,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: 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: 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: 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 @@ -76801,16 +73992,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: 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 @@ -76827,16 +74018,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: 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 @@ -76857,17 +74048,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_: 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 @@ -76888,7 +74079,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_: stagingarbitrumgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -76903,37 +74094,554 @@ 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_: 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 + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RelayerFee_filter] + or: [stagingarbitrumgoerli_RelayerFee_filter] +} + +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 stagingarbitrumgoerli_RelayerFeesIncrease { + id: ID! + transfer: stagingarbitrumgoerli_OriginTransfer! + increase: BigInt + asset: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingarbitrumgoerli_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_: 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 + 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_RelayerFeesIncrease_filter] + or: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] +} + +enum 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 + asset + caller + transactionHash + 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 +} + +type stagingarbitrumgoerli_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingarbitrumgoerli_Bytes + count: BigInt + caller: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingarbitrumgoerli_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: 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 @@ -76966,49 +74674,126 @@ 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 - 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: bnb_BlockChangedFilter - and: [bnb_OriginTransfer_filter] - or: [bnb_OriginTransfer_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RootMessageSent_filter] + or: [stagingarbitrumgoerli_RootMessageSent_filter] } -enum bnb_OriginTransfer_orderBy { +enum stagingarbitrumgoerli_RootMessageSent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId + 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 + 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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RouterDailyTVL_filter] + or: [stagingarbitrumgoerli_RouterDailyTVL_filter] +} + +enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -77018,44 +74803,126 @@ enum bnb_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 + balance } -type bnb_Relayer { +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! - relayer: bnb_Bytes + sequencer: stagingarbitrumgoerli_Bytes } -type bnb_RelayerFee { +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] +} + +enum stagingarbitrumgoerli_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingarbitrumgoerli_Setting { id: ID! - transfer: bnb_OriginTransfer! - fee: BigInt! - asset: bnb_Bytes! + maxRoutersPerTransfer: BigInt! + caller: stagingarbitrumgoerli_Bytes! } -input bnb_RelayerFee_filter { +input stagingarbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -77064,101 +74931,49 @@ input bnb_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_: bnb_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: 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 + 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: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Setting_filter] + or: [stagingarbitrumgoerli_Setting_filter] } -enum bnb_RelayerFee_orderBy { +enum stagingarbitrumgoerli_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 } -type bnb_RelayerFeesIncrease { - id: ID! - transfer: bnb_OriginTransfer! - increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! +type stagingarbitrumgoerli_SlippageUpdate { + id: ID! + transfer: stagingarbitrumgoerli_DestinationTransfer! + slippage: BigInt! + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input stagingarbitrumgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -77187,45 +75002,35 @@ input bnb_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_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: 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 + 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 @@ -77259,12 +75064,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: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SlippageUpdate_filter] + or: [stagingarbitrumgoerli_SlippageUpdate_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum stagingarbitrumgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -77272,7 +75077,6 @@ enum bnb_RelayerFeesIncrease_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -77281,23 +75085,30 @@ enum bnb_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 @@ -77306,7 +75117,16 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +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 @@ -77315,80 +75135,453 @@ input bnb_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: 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 + 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 +} + +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 polygon_AggregateRoot { + id: ID! + root: polygon_Bytes! + blockNumber: BigInt! +} + +input polygon_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: 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + 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] +} + +enum polygon_AggregateRoot_orderBy { + id + root + blockNumber +} + +type polygon_Asset { + id: ID! + key: polygon_Bytes + decimal: BigInt + canonicalId: polygon_Bytes + canonicalDomain: BigInt + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes + blockNumber: BigInt + status: polygon_AssetStatus +} + +type polygon_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygon_Router! + asset: polygon_Asset! + feesEarned: BigInt! +} + +input polygon_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_: 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 + 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_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] +} + +enum 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__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type polygon_AssetStatus { + id: ID! + status: Boolean +} + +input polygon_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: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] +} + +enum polygon_AssetStatus_orderBy { + id + status +} + +input polygon_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: 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 + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 + 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_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum bnb_Relayer_orderBy { +enum polygon_Asset_orderBy { id - isActive - relayer + key + decimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type bnb_RootCount { - id: ID! - count: BigInt -} +scalar polygon_BigDecimal -input bnb_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: bnb_BlockChangedFilter - and: [bnb_RootCount_filter] - or: [bnb_RootCount_filter] +input polygon_BlockChangedFilter { + number_gte: Int! } -enum bnb_RootCount_orderBy { - id - count +input polygon_Block_height { + hash: polygon_Bytes + number: Int + number_gte: Int } -type bnb_RootMessageSent { +scalar polygon_Bytes + +type polygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes - count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input bnb_RootMessageSent_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -77413,115 +75606,93 @@ 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 - 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: 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 - 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!] + 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: bnb_BlockChangedFilter - and: [bnb_RootMessageSent_filter] - or: [bnb_RootMessageSent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum bnb_RootMessageSent_orderBy { +enum polygon_ConnectorMeta_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!]! + amb + rootManager + mirrorConnector } -type bnb_RouterDailyTVL { +type polygon_DestinationTransfer { id: ID! - router: bnb_Router! - asset: bnb_Asset! - timestamp: BigInt! - balance: BigInt! + chainId: BigInt + transferId: polygon_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygon_Bytes + delegate: polygon_Bytes + receiveLocal: Boolean + callData: polygon_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: polygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygon_Bytes + asset: polygon_Asset + amount: BigInt + routersFee: BigInt + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: polygon_Bytes + executedTxNonce: BigInt + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: polygon_Bytes + reconciledTxNonce: BigInt } -input bnb_RouterDailyTVL_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -77530,27 +75701,153 @@ input bnb_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_: bnb_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 @@ -77571,38 +75868,189 @@ input bnb_RouterDailyTVL_filter { 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!] + 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!] + 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: 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 + 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: 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + 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 + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterDailyTVL_filter] - or: [bnb_RouterDailyTVL_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum polygon_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 @@ -77612,126 +76060,52 @@ enum bnb_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance -} - -input bnb_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: 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 - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] -} - -enum bnb_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type bnb_Sequencer { - id: ID! - isActive: Boolean! - sequencer: bnb_Bytes -} +""" +8 bytes signed integer -input bnb_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: 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: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] -} +""" +scalar polygon_Int8 -enum bnb_Sequencer_orderBy { - id - isActive - sequencer +"""Defines the order direction, either ascending or descending""" +enum polygon_OrderDirection { + asc + desc } -type bnb_Setting { +type polygon_OriginMessage { id: ID! - maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + transferId: polygon_Bytes + destinationDomain: BigInt + leaf: polygon_Bytes + index: BigInt + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes + blockNumber: BigInt + rootCount: polygon_RootCount } -input bnb_Setting_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -77740,49 +76114,158 @@ input bnb_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: 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 + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum bnb_Setting_orderBy { +enum polygon_OriginMessage_orderBy { id - maxRoutersPerTransfer - caller + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type bnb_SlippageUpdate { +type polygon_OriginTransfer { id: ID! - transfer: bnb_DestinationTransfer! - slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + chainId: BigInt + transferId: polygon_Bytes + nonce: BigInt + status: polygon_TransferStatus + messageHash: polygon_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygon_Bytes + delegate: polygon_Bytes + receiveLocal: Boolean + callData: polygon_Bytes + slippage: BigInt + originSender: polygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: polygon_Bytes + txNonce: BigInt } -input bnb_SlippageUpdate_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -77791,27 +76274,104 @@ input bnb_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_: bnb_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 @@ -77820,26 +76380,139 @@ 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 + 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 + 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: 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 + 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 + 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 + 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_: polygon_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_: 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 @@ -77872,239 +76545,96 @@ input bnb_SlippageUpdate_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 + 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: bnb_BlockChangedFilter - and: [bnb_SlippageUpdate_filter] - or: [bnb_SlippageUpdate_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum bnb_SlippageUpdate_orderBy { +enum polygon_OriginTransfer_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 + 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 -} - -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! -} - -scalar optimism_swap_BigDecimal - -input optimism_swap_BlockChangedFilter { - number_gte: Int! -} - -input optimism_swap_Block_height { - hash: optimism_swap_Bytes - number: Int - number_gte: Int -} - -scalar optimism_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar optimism_swap_Int8 - -type optimism_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!]! -} - -type optimism_swap_LpAccountBalance { - id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimism_swap_Bytes -} - -input optimism_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_: optimism_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_: 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 - 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: 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] -} - -enum optimism_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 + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input optimism_swap_LpAccount_filter { +type polygon_Relayer { + id: ID! + isActive: Boolean! + relayer: polygon_Bytes +} + +type polygon_RelayerFee { + id: ID! + transfer: polygon_OriginTransfer! + fee: BigInt! + asset: polygon_Bytes! +} + +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -78113,51 +76643,101 @@ 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 + 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_: polygon_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: 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_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum optimism_swap_LpAccount_orderBy { +enum polygon_RelayerFee_orderBy { id - address - balances -} - -type optimism_swap_LpToken { - id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_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!]! + 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 } -interface optimism_swap_LpTokenEvent { +type polygon_RelayerFeesIncrease { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt! + transfer: polygon_OriginTransfer! + increase: BigInt + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimism_swap_LpTokenEvent_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -78166,43 +76746,65 @@ input optimism_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_: 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 - 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_: polygon_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: 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 @@ -78211,47 +76813,79 @@ 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 - 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum optimism_swap_LpTokenEvent_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - 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 optimism_swap_LpToken_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -78260,142 +76894,80 @@ 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 - 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 - 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: 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 + isActive: Boolean + 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 """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum optimism_swap_LpToken_orderBy { +enum polygon_Relayer_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 + isActive + relayer } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type polygon_RootCount { 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! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + count: BigInt +} + +input polygon_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: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] +} + +enum polygon_RootCount_orderBy { + id + count } -input optimism_swap_LpTransferEvent_filter { +type polygon_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: polygon_Bytes + count: BigInt + caller: polygon_Bytes + transactionHash: polygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -78404,79 +76976,60 @@ input optimism_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_: 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 - 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: 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 + count_lt: BigInt + count_gte: BigInt + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78485,62 +77038,69 @@ 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 - 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum polygon_RootMessageSent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -"""Defines the order direction, either ascending or descending""" -enum optimism_swap_OrderDirection { - asc - desc +type polygon_Router { + id: ID! + isActive: Boolean! + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type optimism_swap_PooledToken { +type polygon_RouterDailyTVL { id: ID! - asset: optimism_swap_Bytes! + router: polygon_Router! + asset: polygon_Asset! + timestamp: BigInt! + balance: BigInt! } -input optimism_swap_PooledToken_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -78549,72 +77109,93 @@ 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 + 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 + 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_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum optimism_swap_PooledToken_orderBy { +enum 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__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type optimism_swap_StableSwap { - id: ID! - isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes - domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [optimism_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!] -} - -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { - id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! -} - -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input polygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -78623,161 +77204,72 @@ input optimism_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_: 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!] - 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: 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 - 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: 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: polygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_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 optimism_swap_StableSwapEvent { +type polygon_Sequencer { id: ID! - stableSwap: optimism_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + sequencer: polygon_Bytes } -input optimism_swap_StableSwapEvent_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -78786,109 +77278,90 @@ input optimism_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_: optimism_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: 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 - 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!] + 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_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum polygon_Sequencer_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 + isActive + sequencer } -type optimism_swap_StableSwapExchange { +type polygon_Setting { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + maxRoutersPerTransfer: BigInt! + caller: polygon_Bytes! +} + +input polygon_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: 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: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] +} + +enum polygon_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type polygon_SlippageUpdate { + id: ID! + transfer: polygon_DestinationTransfer! + slippage: BigInt! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimism_swap_StableSwapExchange_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -78897,91 +77370,55 @@ input optimism_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_: 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 - 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!] + 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_: polygon_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: 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 @@ -78990,79 +77427,124 @@ 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 - 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum polygon_SlippageUpdate_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 + 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 - transaction - nonce + gasPrice + gasLimit + blockNumber +} + +enum polygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + 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 optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { +type goerli_AggregateRoot { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + root: goerli_Bytes! + blockNumber: BigInt! } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -79071,152 +77553,60 @@ input optimism_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_: 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!] - 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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_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 + 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregateRoot_filter] + or: [goerli_AggregateRoot_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum 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 } -input optimism_swap_StableSwap_filter { +type goerli_Asset { + id: ID! + key: goerli_Bytes + decimal: BigInt + canonicalId: goerli_Bytes + canonicalDomain: BigInt + adoptedAsset: goerli_Bytes + localAsset: goerli_Bytes + blockNumber: BigInt + status: goerli_AssetStatus +} + +type goerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: goerli_Router! + asset: goerli_Asset! + feesEarned: BigInt! +} + +input goerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -79225,201 +77615,125 @@ input optimism_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: 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 - domain_lt: BigInt - domain_gte: BigInt - 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 - 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: [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!] - 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_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_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!] + 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetBalance_filter] + or: [goerli_AssetBalance_filter] } -enum optimism_swap_StableSwap_orderBy { +enum 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__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type goerli_AssetStatus { id: ID! - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! + status: Boolean } -input optimism_swap_SwapDailyVolume_filter { +input goerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -79428,80 +77742,22 @@ input optimism_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_: 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!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetStatus_filter] + or: [goerli_AssetStatus_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum 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 -} - -type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { - id: ID! - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! + status } -input optimism_swap_SwapHourlyVolume_filter { +input goerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -79510,152 +77766,232 @@ input optimism_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_: 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!] + 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!] + 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Asset_filter] + or: [goerli_Asset_filter] } -enum optimism_swap_SwapHourlyVolume_orderBy { +enum 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 + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! +type goerli_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: goerli_Bytes + rootManager: goerli_Bytes + mirrorConnector: goerli_Bytes } -input optimism_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_: 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!] +input goerli_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: 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_ConnectorMeta_filter] + or: [goerli_ConnectorMeta_filter] } -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 +enum goerli_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type goerli_DestinationTransfer { id: ID! - stableSwap: optimism_swap_StableSwap! - timestamp: BigInt! - volume: optimism_swap_BigDecimal! + 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 optimism_swap_SwapWeeklyVolume_filter { +input goerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -79664,79 +78000,399 @@ input optimism_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_: 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!] + 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_DestinationTransfer_filter] + or: [goerli_DestinationTransfer_filter] } -enum optimism_swap_SwapWeeklyVolume_orderBy { +enum goerli_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 - timestamp - volume + 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 optimism_swap_SystemInfo { +type goerli_OriginMessage { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + 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 optimism_swap_SystemInfo_filter { +input goerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -79745,96 +78401,158 @@ input optimism_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!] + 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: 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! -} - -scalar stagingmumbai_swap_BigDecimal - -input stagingmumbai_swap_BlockChangedFilter { - number_gte: Int! -} - -input stagingmumbai_swap_Block_height { - hash: stagingmumbai_swap_Bytes - number: Int - number_gte: Int + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginMessage_filter] + or: [goerli_OriginMessage_filter] } -scalar stagingmumbai_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingmumbai_swap_Int8 - -type stagingmumbai_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!]! +enum goerli_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type stagingmumbai_swap_LpAccountBalance { +type goerli_OriginTransfer { id: ID! - account: stagingmumbai_swap_LpAccount! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingmumbai_swap_Bytes + 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 stagingmumbai_swap_LpAccountBalance_filter { +input goerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -79843,107 +78561,367 @@ input stagingmumbai_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_: stagingmumbai_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_: 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 - 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: 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 + 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccountBalance_filter] - or: [stagingmumbai_swap_LpAccountBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginTransfer_filter] + or: [goerli_OriginTransfer_filter] } -enum stagingmumbai_swap_LpAccountBalance_orderBy { +enum goerli_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 + 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 goerli_Relayer { + id: ID! + isActive: Boolean! + relayer: goerli_Bytes +} + +type goerli_RelayerFee { + id: ID! + transfer: goerli_OriginTransfer! + fee: BigInt! + asset: goerli_Bytes! } -input stagingmumbai_swap_LpAccount_filter { +input goerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -79952,51 +78930,101 @@ 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 + 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 + fee_lt: BigInt + fee_gte: BigInt + 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 """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccount_filter] - or: [stagingmumbai_swap_LpAccount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFee_filter] + or: [goerli_RelayerFee_filter] } -enum stagingmumbai_swap_LpAccount_orderBy { +enum goerli_RelayerFee_orderBy { id - address - balances -} - -type stagingmumbai_swap_LpToken { - id: ID! - address: stagingmumbai_swap_Bytes! - stableSwap: stagingmumbai_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!]! + 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 } -interface stagingmumbai_swap_LpTokenEvent { +type goerli_RelayerFeesIncrease { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - block: BigInt! + transfer: goerli_OriginTransfer! + increase: BigInt + asset: goerli_Bytes + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmumbai_swap_LpTokenEvent_filter { +input goerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -80005,43 +79033,65 @@ input stagingmumbai_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_: 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 - 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 @@ -80050,47 +79100,79 @@ 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 - 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTokenEvent_filter] - or: [stagingmumbai_swap_LpTokenEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFeesIncrease_filter] + or: [goerli_RelayerFeesIncrease_filter] } -enum stagingmumbai_swap_LpTokenEvent_orderBy { +enum goerli_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - 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 stagingmumbai_swap_LpToken_filter { +input goerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -80099,142 +79181,80 @@ 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 - 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_: stagingmumbai_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: 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 + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpToken_filter] - or: [stagingmumbai_swap_LpToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Relayer_filter] + or: [goerli_Relayer_filter] } -enum stagingmumbai_swap_LpToken_orderBy { +enum goerli_Relayer_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 + isActive + relayer } -type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { +type goerli_RootCount { 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! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + 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 stagingmumbai_swap_LpTransferEvent_filter { +input goerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -80243,79 +79263,60 @@ input stagingmumbai_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_: 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 - 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: 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 @@ -80324,62 +79325,69 @@ 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 - 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTransferEvent_filter] - or: [stagingmumbai_swap_LpTransferEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageSent_filter] + or: [goerli_RootMessageSent_filter] } -enum stagingmumbai_swap_LpTransferEvent_orderBy { +enum goerli_RootMessageSent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingmumbai_swap_OrderDirection { - asc - desc +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 stagingmumbai_swap_PooledToken { +type goerli_RouterDailyTVL { id: ID! - asset: stagingmumbai_swap_Bytes! + router: goerli_Router! + asset: goerli_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingmumbai_swap_PooledToken_filter { +input goerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -80388,72 +79396,93 @@ 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 + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_PooledToken_filter] - or: [stagingmumbai_swap_PooledToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterDailyTVL_filter] + or: [goerli_RouterDailyTVL_filter] } -enum stagingmumbai_swap_PooledToken_orderBy { +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__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type stagingmumbai_swap_StableSwap { - id: ID! - isActive: Boolean - key: stagingmumbai_swap_Bytes! - canonicalId: stagingmumbai_swap_Bytes - domain: BigInt - swapPool: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [stagingmumbai_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!] -} - -type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { - id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! -} - -input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { +input goerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -80462,161 +79491,72 @@ input stagingmumbai_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_: 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!] - 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: 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 - 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: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Router_filter] + or: [goerli_Router_filter] } -enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_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 stagingmumbai_swap_StableSwapEvent { +type goerli_Sequencer { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + sequencer: goerli_Bytes } -input stagingmumbai_swap_StableSwapEvent_filter { +input goerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -80625,109 +79565,39 @@ input stagingmumbai_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_: stagingmumbai_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: 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 - 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!] + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapEvent_filter] - or: [stagingmumbai_swap_StableSwapEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Sequencer_filter] + or: [goerli_Sequencer_filter] } -enum stagingmumbai_swap_StableSwapEvent_orderBy { +enum goerli_Sequencer_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 + isActive + sequencer } -type stagingmumbai_swap_StableSwapExchange { +type goerli_Setting { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - buyer: stagingmumbai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + maxRoutersPerTransfer: BigInt! + caller: goerli_Bytes! } -input stagingmumbai_swap_StableSwapExchange_filter { +input goerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -80736,172 +79606,49 @@ input stagingmumbai_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_: 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 - 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: 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 - 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: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapExchange_filter] - or: [stagingmumbai_swap_StableSwapExchange_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Setting_filter] + or: [goerli_Setting_filter] } -enum stagingmumbai_swap_StableSwapExchange_orderBy { +enum goerli_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + maxRoutersPerTransfer + caller } -type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type goerli_SlippageUpdate { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: goerli_DestinationTransfer! + slippage: BigInt! + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -80910,152 +79657,156 @@ input stagingmumbai_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_: 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!] - 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_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 timestamp_lt: BigInt timestamp_gte: BigInt 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 - 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_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_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_SlippageUpdate_filter] + or: [goerli_SlippageUpdate_filter] } -enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_SlippageUpdate_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__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 - transaction - nonce + gasPrice + gasLimit + blockNumber } -input stagingmumbai_swap_StableSwap_filter { +enum goerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type staginggoerli_AggregateRoot { + id: ID! + root: staginggoerli_Bytes! + blockNumber: BigInt! +} + +input staginggoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -81064,201 +79815,60 @@ input stagingmumbai_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: 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 - domain_lt: BigInt - domain_gte: BigInt - 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 - 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: [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!] - 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_: stagingmumbai_swap_StableSwapEvent_filter - exchanges_: stagingmumbai_swap_StableSwapExchange_filter - hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwap_filter] - or: [stagingmumbai_swap_StableSwap_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRoot_filter] + or: [staginggoerli_AggregateRoot_filter] } -enum stagingmumbai_swap_StableSwap_orderBy { +enum staginggoerli_AggregateRoot_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 + root + blockNumber } -type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { +type staginggoerli_Asset { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + key: staginggoerli_Bytes + decimal: BigInt + canonicalId: staginggoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + blockNumber: BigInt + status: staginggoerli_AssetStatus } -input stagingmumbai_swap_SwapDailyVolume_filter { +type staginggoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: staginggoerli_Router! + asset: staginggoerli_Asset! + feesEarned: BigInt! +} + +input staginggoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -81267,80 +79877,149 @@ input stagingmumbai_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_: stagingmumbai_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: 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!] + 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_: staginggoerli_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_: staginggoerli_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: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetBalance_filter] + or: [staginggoerli_AssetBalance_filter] +} + +enum staginggoerli_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 staginggoerli_AssetStatus { + id: ID! + status: Boolean +} + +input staginggoerli_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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapDailyVolume_filter] - or: [stagingmumbai_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetStatus_filter] + or: [staginggoerli_AssetStatus_filter] } -enum stagingmumbai_swap_SwapDailyVolume_orderBy { +enum staginggoerli_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 -} - -type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { - id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + status } -input stagingmumbai_swap_SwapHourlyVolume_filter { +input staginggoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -81349,152 +80028,232 @@ input stagingmumbai_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_: stagingmumbai_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: 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!] + 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 + decimal_lt: BigInt + decimal_gte: BigInt + 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 + 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: 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 + 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_: staginggoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapHourlyVolume_filter] - or: [stagingmumbai_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Asset_filter] + or: [staginggoerli_Asset_filter] } -enum stagingmumbai_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_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 + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -interface stagingmumbai_swap_SwapTradeVolume { - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! +type staginggoerli_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes } -input stagingmumbai_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_: stagingmumbai_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: 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!] +input staginggoerli_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: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapTradeVolume_filter] - or: [stagingmumbai_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ConnectorMeta_filter] + or: [staginggoerli_ConnectorMeta_filter] } -enum stagingmumbai_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 staginggoerli_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { +type staginggoerli_DestinationTransfer { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + chainId: BigInt + transferId: staginggoerli_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes + receiveLocal: Boolean + callData: staginggoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: staginggoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: staginggoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxNonce: BigInt } -input stagingmumbai_swap_SwapWeeklyVolume_filter { +input staginggoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -81503,79 +80262,399 @@ input stagingmumbai_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_: stagingmumbai_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: 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!] + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 + 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_: staginggoerli_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: 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 + 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: 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 + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapWeeklyVolume_filter] - or: [stagingmumbai_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_DestinationTransfer_filter] + or: [staginggoerli_DestinationTransfer_filter] } -enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_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 - timestamp - volume + 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 stagingmumbai_swap_SystemInfo { +type staginggoerli_OriginMessage { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transferId: staginggoerli_Bytes + destinationDomain: BigInt + leaf: staginggoerli_Bytes + index: BigInt + message: staginggoerli_Bytes + root: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + blockNumber: BigInt + rootCount: staginggoerli_RootCount } -input stagingmumbai_swap_SystemInfo_filter { +input staginggoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -81584,77 +80663,158 @@ input stagingmumbai_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!] + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: staginggoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SystemInfo_filter] - or: [stagingmumbai_swap_SystemInfo_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginMessage_filter] + or: [staginggoerli_OriginMessage_filter] } -enum stagingmumbai_swap_SystemInfo_orderBy { +enum staginggoerli_OriginMessage_orderBy { id - exchangeCount - swapCount -} - -type stagingmumbai_swap__Block_ { - """The hash of the block""" - hash: stagingmumbai_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 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 - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmumbai_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type local1337_Asset { - id: ID! - key: local1337_Bytes - local: local1337_Bytes! - adoptedAsset: local1337_Bytes! - canonicalId: local1337_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type local1337_AssetBalance { +type staginggoerli_OriginTransfer { id: ID! - amount: BigInt! - router: local1337_Router! - asset: local1337_Asset! + chainId: BigInt + transferId: staginggoerli_Bytes + nonce: BigInt + status: staginggoerli_TransferStatus + messageHash: staginggoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes + receiveLocal: Boolean + callData: staginggoerli_Bytes + slippage: BigInt + originSender: staginggoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + transactingAsset: staginggoerli_Bytes + message: staginggoerli_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: staginggoerli_Bytes + txNonce: BigInt } -input local1337_AssetBalance_filter { +input staginggoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -81663,35 +80823,148 @@ input local1337_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_: local1337_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 @@ -81712,34 +80985,205 @@ input local1337_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: local1337_Asset_filter + 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 + 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_: 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 + 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: 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 + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1337_BlockChangedFilter - and: [local1337_AssetBalance_filter] - or: [local1337_AssetBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginTransfer_filter] + or: [staginggoerli_OriginTransfer_filter] } -enum local1337_AssetBalance_orderBy { +enum staginggoerli_OriginTransfer_orderBy { id - amount - 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__local - asset__adoptedAsset + 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 } -input local1337_Asset_filter { +type staginggoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: staginggoerli_Bytes +} + +type staginggoerli_RelayerFee { + id: ID! + transfer: staginggoerli_OriginTransfer! + fee: BigInt! + asset: staginggoerli_Bytes! +} + +input staginggoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -81748,54 +81192,192 @@ input local1337_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: local1337_Bytes - key_not: local1337_Bytes - key_gt: local1337_Bytes - key_lt: local1337_Bytes - key_gte: local1337_Bytes - key_lte: local1337_Bytes - key_in: [local1337_Bytes!] - key_not_in: [local1337_Bytes!] - key_contains: local1337_Bytes - key_not_contains: local1337_Bytes - local: local1337_Bytes - local_not: local1337_Bytes - local_gt: local1337_Bytes - local_lt: local1337_Bytes - local_gte: local1337_Bytes - local_lte: local1337_Bytes - local_in: [local1337_Bytes!] - local_not_in: [local1337_Bytes!] - local_contains: local1337_Bytes - local_not_contains: local1337_Bytes - adoptedAsset: local1337_Bytes - adoptedAsset_not: local1337_Bytes - adoptedAsset_gt: local1337_Bytes - adoptedAsset_lt: local1337_Bytes - adoptedAsset_gte: local1337_Bytes - adoptedAsset_lte: local1337_Bytes - adoptedAsset_in: [local1337_Bytes!] - adoptedAsset_not_in: [local1337_Bytes!] - adoptedAsset_contains: local1337_Bytes - adoptedAsset_not_contains: local1337_Bytes - canonicalId: local1337_Bytes - canonicalId_not: local1337_Bytes - canonicalId_gt: local1337_Bytes - canonicalId_lt: local1337_Bytes - canonicalId_gte: local1337_Bytes - canonicalId_lte: local1337_Bytes - canonicalId_in: [local1337_Bytes!] - canonicalId_not_in: [local1337_Bytes!] - canonicalId_contains: local1337_Bytes - canonicalId_not_contains: local1337_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!] + 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_: staginggoerli_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: 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: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFee_filter] + or: [staginggoerli_RelayerFee_filter] +} + +enum staginggoerli_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 staginggoerli_RelayerFeesIncrease { + id: ID! + transfer: staginggoerli_OriginTransfer! + increase: BigInt + asset: staginggoerli_Bytes + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input staginggoerli_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_: staginggoerli_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: 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 + 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 @@ -81805,75 +81387,54 @@ input local1337_Asset_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1337_BlockChangedFilter - and: [local1337_Asset_filter] - or: [local1337_Asset_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFeesIncrease_filter] + or: [staginggoerli_RelayerFeesIncrease_filter] } -enum local1337_Asset_orderBy { +enum staginggoerli_RelayerFeesIncrease_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain + 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 } -scalar local1337_BigDecimal - -input local1337_BlockChangedFilter { - number_gte: Int! -} - -input local1337_Block_height { - hash: local1337_Bytes - number: Int - number_gte: Int -} - -scalar local1337_Bytes - -type local1337_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: local1337_Bytes - nonce: BigInt - to: local1337_Bytes - callData: local1337_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: local1337_Bytes - recovery: local1337_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: local1337_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: local1337_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: local1337_Router_orderBy, orderDirection: local1337_OrderDirection, where: local1337_Router_filter): [local1337_Router!] - originSender: local1337_Bytes - transactingAsset: local1337_Bytes - transactingAmount: BigInt - localAsset: local1337_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: local1337_Bytes - executedTransactionHash: local1337_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: local1337_Bytes - reconciledTransactionHash: local1337_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt -} - -input local1337_DestinationTransfer_filter { +input staginggoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -81882,388 +81443,80 @@ input local1337_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: local1337_Bytes - transferId_not: local1337_Bytes - transferId_gt: local1337_Bytes - transferId_lt: local1337_Bytes - transferId_gte: local1337_Bytes - transferId_lte: local1337_Bytes - transferId_in: [local1337_Bytes!] - transferId_not_in: [local1337_Bytes!] - transferId_contains: local1337_Bytes - transferId_not_contains: local1337_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: local1337_Bytes - to_not: local1337_Bytes - to_gt: local1337_Bytes - to_lt: local1337_Bytes - to_gte: local1337_Bytes - to_lte: local1337_Bytes - to_in: [local1337_Bytes!] - to_not_in: [local1337_Bytes!] - to_contains: local1337_Bytes - to_not_contains: local1337_Bytes - callData: local1337_Bytes - callData_not: local1337_Bytes - callData_gt: local1337_Bytes - callData_lt: local1337_Bytes - callData_gte: local1337_Bytes - callData_lte: local1337_Bytes - callData_in: [local1337_Bytes!] - callData_not_in: [local1337_Bytes!] - callData_contains: local1337_Bytes - callData_not_contains: local1337_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: local1337_Bytes - agent_not: local1337_Bytes - agent_gt: local1337_Bytes - agent_lt: local1337_Bytes - agent_gte: local1337_Bytes - agent_lte: local1337_Bytes - agent_in: [local1337_Bytes!] - agent_not_in: [local1337_Bytes!] - agent_contains: local1337_Bytes - agent_not_contains: local1337_Bytes - recovery: local1337_Bytes - recovery_not: local1337_Bytes - recovery_gt: local1337_Bytes - recovery_lt: local1337_Bytes - recovery_gte: local1337_Bytes - recovery_lte: local1337_Bytes - recovery_in: [local1337_Bytes!] - recovery_not_in: [local1337_Bytes!] - recovery_contains: local1337_Bytes - recovery_not_contains: local1337_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: local1337_Bytes - callback_not: local1337_Bytes - callback_gt: local1337_Bytes - callback_lt: local1337_Bytes - callback_gte: local1337_Bytes - callback_lte: local1337_Bytes - callback_in: [local1337_Bytes!] - callback_not_in: [local1337_Bytes!] - callback_contains: local1337_Bytes - callback_not_contains: local1337_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: local1337_TransferStatus - status_not: local1337_TransferStatus - status_in: [local1337_TransferStatus!] - status_not_in: [local1337_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: local1337_Router_filter - originSender: local1337_Bytes - originSender_not: local1337_Bytes - originSender_gt: local1337_Bytes - originSender_lt: local1337_Bytes - originSender_gte: local1337_Bytes - originSender_lte: local1337_Bytes - originSender_in: [local1337_Bytes!] - originSender_not_in: [local1337_Bytes!] - originSender_contains: local1337_Bytes - originSender_not_contains: local1337_Bytes - transactingAsset: local1337_Bytes - transactingAsset_not: local1337_Bytes - transactingAsset_gt: local1337_Bytes - transactingAsset_lt: local1337_Bytes - transactingAsset_gte: local1337_Bytes - transactingAsset_lte: local1337_Bytes - transactingAsset_in: [local1337_Bytes!] - transactingAsset_not_in: [local1337_Bytes!] - transactingAsset_contains: local1337_Bytes - transactingAsset_not_contains: local1337_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: local1337_Bytes - localAsset_not: local1337_Bytes - localAsset_gt: local1337_Bytes - localAsset_lt: local1337_Bytes - localAsset_gte: local1337_Bytes - localAsset_lte: local1337_Bytes - localAsset_in: [local1337_Bytes!] - localAsset_not_in: [local1337_Bytes!] - localAsset_contains: local1337_Bytes - localAsset_not_contains: local1337_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: local1337_Bytes - executedCaller_not: local1337_Bytes - executedCaller_gt: local1337_Bytes - executedCaller_lt: local1337_Bytes - executedCaller_gte: local1337_Bytes - executedCaller_lte: local1337_Bytes - executedCaller_in: [local1337_Bytes!] - executedCaller_not_in: [local1337_Bytes!] - executedCaller_contains: local1337_Bytes - executedCaller_not_contains: local1337_Bytes - executedTransactionHash: local1337_Bytes - executedTransactionHash_not: local1337_Bytes - executedTransactionHash_gt: local1337_Bytes - executedTransactionHash_lt: local1337_Bytes - executedTransactionHash_gte: local1337_Bytes - executedTransactionHash_lte: local1337_Bytes - executedTransactionHash_in: [local1337_Bytes!] - executedTransactionHash_not_in: [local1337_Bytes!] - executedTransactionHash_contains: local1337_Bytes - executedTransactionHash_not_contains: local1337_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: local1337_Bytes - reconciledCaller_not: local1337_Bytes - reconciledCaller_gt: local1337_Bytes - reconciledCaller_lt: local1337_Bytes - reconciledCaller_gte: local1337_Bytes - reconciledCaller_lte: local1337_Bytes - reconciledCaller_in: [local1337_Bytes!] - reconciledCaller_not_in: [local1337_Bytes!] - reconciledCaller_contains: local1337_Bytes - reconciledCaller_not_contains: local1337_Bytes - reconciledTransactionHash: local1337_Bytes - reconciledTransactionHash_not: local1337_Bytes - reconciledTransactionHash_gt: local1337_Bytes - reconciledTransactionHash_lt: local1337_Bytes - reconciledTransactionHash_gte: local1337_Bytes - reconciledTransactionHash_lte: local1337_Bytes - reconciledTransactionHash_in: [local1337_Bytes!] - reconciledTransactionHash_not_in: [local1337_Bytes!] - reconciledTransactionHash_contains: local1337_Bytes - reconciledTransactionHash_not_contains: local1337_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!] + isActive: Boolean + 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 """Filter for the block changed event.""" - _change_block: local1337_BlockChangedFilter - and: [local1337_DestinationTransfer_filter] - or: [local1337_DestinationTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Relayer_filter] + or: [staginggoerli_Relayer_filter] } -enum local1337_DestinationTransfer_orderBy { +enum staginggoerli_Relayer_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 + relayer } -""" -8 bytes signed integer +type staginggoerli_RootCount { + id: ID! + count: BigInt +} -""" -scalar local1337_Int8 +input staginggoerli_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: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootCount_filter] + or: [staginggoerli_RootCount_filter] +} -"""Defines the order direction, either ascending or descending""" -enum local1337_OrderDirection { - asc - desc +enum staginggoerli_RootCount_orderBy { + id + count } -type local1337_OriginTransfer { +type staginggoerli_RootMessageSent { id: ID! - chainId: BigInt - transferId: local1337_Bytes - nonce: BigInt - to: local1337_Bytes - callData: local1337_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: local1337_Bytes - recovery: local1337_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: local1337_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: local1337_TransferStatus - originMinOut: BigInt - transactingAsset: local1337_Bytes - transactingAmount: BigInt - bridgedAsset: local1337_Bytes - bridgedAmount: BigInt - caller: local1337_Bytes - transactionHash: local1337_Bytes + spokeDomain: BigInt + hubDomain: BigInt + root: staginggoerli_Bytes + count: BigInt + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input local1337_OriginTransfer_filter { +input staginggoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -82272,198 +81525,60 @@ input local1337_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: local1337_Bytes - transferId_not: local1337_Bytes - transferId_gt: local1337_Bytes - transferId_lt: local1337_Bytes - transferId_gte: local1337_Bytes - transferId_lte: local1337_Bytes - transferId_in: [local1337_Bytes!] - transferId_not_in: [local1337_Bytes!] - transferId_contains: local1337_Bytes - transferId_not_contains: local1337_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: local1337_Bytes - to_not: local1337_Bytes - to_gt: local1337_Bytes - to_lt: local1337_Bytes - to_gte: local1337_Bytes - to_lte: local1337_Bytes - to_in: [local1337_Bytes!] - to_not_in: [local1337_Bytes!] - to_contains: local1337_Bytes - to_not_contains: local1337_Bytes - callData: local1337_Bytes - callData_not: local1337_Bytes - callData_gt: local1337_Bytes - callData_lt: local1337_Bytes - callData_gte: local1337_Bytes - callData_lte: local1337_Bytes - callData_in: [local1337_Bytes!] - callData_not_in: [local1337_Bytes!] - callData_contains: local1337_Bytes - callData_not_contains: local1337_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: local1337_Bytes - agent_not: local1337_Bytes - agent_gt: local1337_Bytes - agent_lt: local1337_Bytes - agent_gte: local1337_Bytes - agent_lte: local1337_Bytes - agent_in: [local1337_Bytes!] - agent_not_in: [local1337_Bytes!] - agent_contains: local1337_Bytes - agent_not_contains: local1337_Bytes - recovery: local1337_Bytes - recovery_not: local1337_Bytes - recovery_gt: local1337_Bytes - recovery_lt: local1337_Bytes - recovery_gte: local1337_Bytes - recovery_lte: local1337_Bytes - recovery_in: [local1337_Bytes!] - recovery_not_in: [local1337_Bytes!] - recovery_contains: local1337_Bytes - recovery_not_contains: local1337_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: local1337_Bytes - callback_not: local1337_Bytes - callback_gt: local1337_Bytes - callback_lt: local1337_Bytes - callback_gte: local1337_Bytes - callback_lte: local1337_Bytes - callback_in: [local1337_Bytes!] - callback_not_in: [local1337_Bytes!] - callback_contains: local1337_Bytes - callback_not_contains: local1337_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: local1337_TransferStatus - status_not: local1337_TransferStatus - status_in: [local1337_TransferStatus!] - status_not_in: [local1337_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: local1337_Bytes - transactingAsset_not: local1337_Bytes - transactingAsset_gt: local1337_Bytes - transactingAsset_lt: local1337_Bytes - transactingAsset_gte: local1337_Bytes - transactingAsset_lte: local1337_Bytes - transactingAsset_in: [local1337_Bytes!] - transactingAsset_not_in: [local1337_Bytes!] - transactingAsset_contains: local1337_Bytes - transactingAsset_not_contains: local1337_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: local1337_Bytes - bridgedAsset_not: local1337_Bytes - bridgedAsset_gt: local1337_Bytes - bridgedAsset_lt: local1337_Bytes - bridgedAsset_gte: local1337_Bytes - bridgedAsset_lte: local1337_Bytes - bridgedAsset_in: [local1337_Bytes!] - bridgedAsset_not_in: [local1337_Bytes!] - bridgedAsset_contains: local1337_Bytes - bridgedAsset_not_contains: local1337_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: local1337_Bytes - caller_not: local1337_Bytes - caller_gt: local1337_Bytes - caller_lt: local1337_Bytes - caller_gte: local1337_Bytes - caller_lte: local1337_Bytes - caller_in: [local1337_Bytes!] - caller_not_in: [local1337_Bytes!] - caller_contains: local1337_Bytes - caller_not_contains: local1337_Bytes - transactionHash: local1337_Bytes - transactionHash_not: local1337_Bytes - transactionHash_gt: local1337_Bytes - transactionHash_lt: local1337_Bytes - transactionHash_gte: local1337_Bytes - transactionHash_lte: local1337_Bytes - transactionHash_in: [local1337_Bytes!] - transactionHash_not_in: [local1337_Bytes!] - transactionHash_contains: local1337_Bytes - transactionHash_not_contains: local1337_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: 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!] + 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 @@ -82497,34 +81612,17 @@ input local1337_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: local1337_BlockChangedFilter - and: [local1337_OriginTransfer_filter] - or: [local1337_OriginTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageSent_filter] + or: [staginggoerli_RootMessageSent_filter] } -enum local1337_OriginTransfer_orderBy { +enum staginggoerli_RootMessageSent_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 + count caller transactionHash timestamp @@ -82533,13 +81631,120 @@ enum local1337_OriginTransfer_orderBy { blockNumber } -type local1337_Relayer { +type staginggoerli_Router { id: ID! isActive: Boolean! - relayer: local1337_Bytes + 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 staginggoerli_RouterDailyTVL { + id: ID! + router: staginggoerli_Router! + asset: staginggoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input staginggoerli_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_: staginggoerli_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_: 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!] + 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: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterDailyTVL_filter] + or: [staginggoerli_RouterDailyTVL_filter] +} + +enum staginggoerli_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 local1337_Relayer_filter { +input staginggoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -82552,39 +81757,68 @@ input local1337_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: local1337_Bytes - relayer_not: local1337_Bytes - relayer_gt: local1337_Bytes - relayer_lt: local1337_Bytes - relayer_gte: local1337_Bytes - relayer_lte: local1337_Bytes - relayer_in: [local1337_Bytes!] - relayer_not_in: [local1337_Bytes!] - relayer_contains: local1337_Bytes - relayer_not_contains: local1337_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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: staginggoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: local1337_BlockChangedFilter - and: [local1337_Relayer_filter] - or: [local1337_Relayer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Router_filter] + or: [staginggoerli_Router_filter] } -enum local1337_Relayer_orderBy { +enum staginggoerli_Router_orderBy { id isActive - relayer + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type local1337_Router { +type staginggoerli_Sequencer { id: ID! isActive: Boolean! - owner: local1337_Bytes - recipient: local1337_Bytes - proposedOwner: local1337_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: local1337_AssetBalance_orderBy, orderDirection: local1337_OrderDirection, where: local1337_AssetBalance_filter): [local1337_AssetBalance!]! + sequencer: staginggoerli_Bytes } -input local1337_Router_filter { +input staginggoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -82597,68 +81831,35 @@ input local1337_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: local1337_Bytes - owner_not: local1337_Bytes - owner_gt: local1337_Bytes - owner_lt: local1337_Bytes - owner_gte: local1337_Bytes - owner_lte: local1337_Bytes - owner_in: [local1337_Bytes!] - owner_not_in: [local1337_Bytes!] - owner_contains: local1337_Bytes - owner_not_contains: local1337_Bytes - recipient: local1337_Bytes - recipient_not: local1337_Bytes - recipient_gt: local1337_Bytes - recipient_lt: local1337_Bytes - recipient_gte: local1337_Bytes - recipient_lte: local1337_Bytes - recipient_in: [local1337_Bytes!] - recipient_not_in: [local1337_Bytes!] - recipient_contains: local1337_Bytes - recipient_not_contains: local1337_Bytes - proposedOwner: local1337_Bytes - proposedOwner_not: local1337_Bytes - proposedOwner_gt: local1337_Bytes - proposedOwner_lt: local1337_Bytes - proposedOwner_gte: local1337_Bytes - proposedOwner_lte: local1337_Bytes - proposedOwner_in: [local1337_Bytes!] - proposedOwner_not_in: [local1337_Bytes!] - proposedOwner_contains: local1337_Bytes - proposedOwner_not_contains: local1337_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_: local1337_AssetBalance_filter + 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: local1337_BlockChangedFilter - and: [local1337_Router_filter] - or: [local1337_Router_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Sequencer_filter] + or: [staginggoerli_Sequencer_filter] } -enum local1337_Router_orderBy { +enum staginggoerli_Sequencer_orderBy { id isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + sequencer } -type local1337_Setting { +type staginggoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: local1337_Bytes! + caller: staginggoerli_Bytes! } -input local1337_Setting_filter { +input staginggoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -82675,34 +81876,41 @@ input local1337_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: local1337_Bytes - caller_not: local1337_Bytes - caller_gt: local1337_Bytes - caller_lt: local1337_Bytes - caller_gte: local1337_Bytes - caller_lte: local1337_Bytes - caller_in: [local1337_Bytes!] - caller_not_in: [local1337_Bytes!] - caller_contains: local1337_Bytes - caller_not_contains: local1337_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: local1337_BlockChangedFilter - and: [local1337_Setting_filter] - or: [local1337_Setting_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Setting_filter] + or: [staginggoerli_Setting_filter] } -enum local1337_Setting_orderBy { +enum staginggoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type local1337_SponsorVault { +type staginggoerli_SlippageUpdate { id: ID! - sponsorVault: local1337_Bytes! + transfer: staginggoerli_DestinationTransfer! + slippage: BigInt! + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input local1337_SponsorVault_filter { +input staginggoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -82711,35 +81919,151 @@ input local1337_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: local1337_Bytes - sponsorVault_not: local1337_Bytes - sponsorVault_gt: local1337_Bytes - sponsorVault_lt: local1337_Bytes - sponsorVault_gte: local1337_Bytes - sponsorVault_lte: local1337_Bytes - sponsorVault_in: [local1337_Bytes!] - sponsorVault_not_in: [local1337_Bytes!] - sponsorVault_contains: local1337_Bytes - sponsorVault_not_contains: local1337_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_: staginggoerli_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: 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 + 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: local1337_BlockChangedFilter - and: [local1337_SponsorVault_filter] - or: [local1337_SponsorVault_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SlippageUpdate_filter] + or: [staginggoerli_SlippageUpdate_filter] } -enum local1337_SponsorVault_orderBy { +enum staginggoerli_SlippageUpdate_orderBy { id - sponsorVault + 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 local1337_StableSwap { +type staginggoerli_SnapshotRoot { id: ID! - canonicalId: local1337_Bytes! - domain: BigInt - swapPool: local1337_Bytes! + spokeDomain: BigInt + root: staginggoerli_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input local1337_StableSwap_filter { +input staginggoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -82748,48 +82072,64 @@ input local1337_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: local1337_Bytes - canonicalId_not: local1337_Bytes - canonicalId_gt: local1337_Bytes - canonicalId_lt: local1337_Bytes - canonicalId_gte: local1337_Bytes - canonicalId_lte: local1337_Bytes - canonicalId_in: [local1337_Bytes!] - canonicalId_not_in: [local1337_Bytes!] - canonicalId_contains: local1337_Bytes - canonicalId_not_contains: local1337_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: local1337_Bytes - swapPool_not: local1337_Bytes - swapPool_gt: local1337_Bytes - swapPool_lt: local1337_Bytes - swapPool_gte: local1337_Bytes - swapPool_lte: local1337_Bytes - swapPool_in: [local1337_Bytes!] - swapPool_not_in: [local1337_Bytes!] - swapPool_contains: local1337_Bytes - swapPool_not_contains: local1337_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: 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: local1337_BlockChangedFilter - and: [local1337_StableSwap_filter] - or: [local1337_StableSwap_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SnapshotRoot_filter] + or: [staginggoerli_SnapshotRoot_filter] } -enum local1337_StableSwap_orderBy { +enum staginggoerli_SnapshotRoot_orderBy { id - canonicalId - domain - swapPool + spokeDomain + root + count + timestamp + blockNumber } -enum local1337_TransferStatus { +enum staginggoerli_TransferStatus { XCalled Executed Reconciled @@ -82797,38 +82137,13 @@ enum local1337_TransferStatus { CompletedFast } -type local1337__Block_ { - """The hash of the block""" - hash: local1337_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 local1337__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: local1337__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type mainnet_AggregateRoot { +type stagingoptimismgoerli_AggregateRoot { id: ID! - root: mainnet_Bytes! + root: stagingoptimismgoerli_Bytes! blockNumber: BigInt! } -input mainnet_AggregateRoot_filter { +input stagingoptimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -82837,16 +82152,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: 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 @@ -82856,41 +82171,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRoot_filter] + or: [stagingoptimismgoerli_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum stagingoptimismgoerli_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +type stagingoptimismgoerli_Asset { id: ID! - key: mainnet_Bytes + key: stagingoptimismgoerli_Bytes decimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: stagingoptimismgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: stagingoptimismgoerli_AssetStatus } -type mainnet_AssetBalance { +type stagingoptimismgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input stagingoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -82951,7 +82266,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_: stagingoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -82972,7 +82287,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_: stagingoptimismgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -82982,12 +82297,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetBalance_filter] + or: [stagingoptimismgoerli_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum stagingoptimismgoerli_AssetBalance_orderBy { id amount locked @@ -83012,12 +82327,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type stagingoptimismgoerli_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input stagingoptimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -83031,17 +82346,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetStatus_filter] + or: [stagingoptimismgoerli_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum stagingoptimismgoerli_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input stagingoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -83050,16 +82365,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: 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 @@ -83068,16 +82383,16 @@ input mainnet_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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: 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 @@ -83086,26 +82401,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: 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 @@ -83134,14 +82449,14 @@ 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_: stagingoptimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Asset_filter] + or: [stagingoptimismgoerli_Asset_filter] } -enum mainnet_Asset_orderBy { +enum stagingoptimismgoerli_Asset_orderBy { id key decimal @@ -83155,16 +82470,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_ConnectorMeta { +scalar stagingoptimismgoerli_BigDecimal + +input stagingoptimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input stagingoptimismgoerli_Block_height { + hash: stagingoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimismgoerli_Bytes + +type stagingoptimismgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes } -input mainnet_ConnectorMeta_filter { +input stagingoptimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83189,43 +82518,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: 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: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_ConnectorMeta_filter] + or: [stagingoptimismgoerli_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum stagingoptimismgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -83234,48 +82563,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type stagingoptimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: stagingoptimismgoerli_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: 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: mainnet_Bytes - delegate: mainnet_Bytes + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: stagingoptimismgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: stagingoptimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: stagingoptimismgoerli_Bytes + executedTransactionHash: stagingoptimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: stagingoptimismgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: stagingoptimismgoerli_Bytes + reconciledTransactionHash: stagingoptimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: stagingoptimismgoerli_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input stagingoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83292,16 +82621,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: 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 @@ -83310,17 +82639,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: 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_: mainnet_Router_filter + routers_: stagingoptimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -83345,40 +82674,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: 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: 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: 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 @@ -83395,16 +82724,16 @@ input mainnet_DestinationTransfer_filter { 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 + 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 @@ -83421,16 +82750,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: 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 @@ -83451,7 +82780,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_: stagingoptimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -83468,26 +82797,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: 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 @@ -83520,16 +82849,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: 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 @@ -83538,26 +82867,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: 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 @@ -83590,16 +82919,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: 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 @@ -83609,12 +82938,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_DestinationTransfer_filter] + or: [stagingoptimismgoerli_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum stagingoptimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -83663,20 +82992,32 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OriginMessage { +""" +8 bytes signed integer + +""" +scalar stagingoptimismgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_OrderDirection { + asc + desc +} + +type stagingoptimismgoerli_OriginMessage { id: ID! - transferId: mainnet_Bytes + transferId: stagingoptimismgoerli_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: stagingoptimismgoerli_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: stagingoptimismgoerli_Bytes + root: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: stagingoptimismgoerli_RootCount } -input mainnet_OriginMessage_filter { +input stagingoptimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -83685,16 +83026,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: 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 @@ -83703,16 +83044,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: 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 @@ -83721,36 +83062,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: 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 @@ -83779,14 +83120,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_: stagingoptimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginMessage_filter] + or: [stagingoptimismgoerli_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum stagingoptimismgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -83801,42 +83142,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type stagingoptimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: stagingoptimismgoerli_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: stagingoptimismgoerli_TransferStatus + messageHash: stagingoptimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: stagingoptimismgoerli_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: stagingoptimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset + transactingAsset: stagingoptimismgoerli_Bytes + message: stagingoptimismgoerli_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: 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: mainnet_Bytes + txOrigin: stagingoptimismgoerli_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input stagingoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83853,16 +83194,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: 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 @@ -83871,20 +83212,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: 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 @@ -83909,40 +83250,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: 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: 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: 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 @@ -83951,16 +83292,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: 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 @@ -83977,16 +83318,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: 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 @@ -84007,17 +83348,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_: 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 @@ -84038,7 +83379,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_: stagingoptimismgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -84053,37 +83394,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_: 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 @@ -84116,16 +83457,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: 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 @@ -84135,12 +83476,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginTransfer_filter] + or: [stagingoptimismgoerli_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum stagingoptimismgoerli_OriginTransfer_orderBy { id chainId transferId @@ -84192,20 +83533,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type stagingoptimismgoerli_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: stagingoptimismgoerli_Bytes } -type mainnet_RelayerFee { +type stagingoptimismgoerli_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: stagingoptimismgoerli_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: stagingoptimismgoerli_Bytes! } -input mainnet_RelayerFee_filter { +input stagingoptimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -84234,7 +83575,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_: stagingoptimismgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -84243,23 +83584,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: 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: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFee_filter] + or: [stagingoptimismgoerli_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum stagingoptimismgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -84295,20 +83636,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type stagingoptimismgoerli_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: stagingoptimismgoerli_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input stagingoptimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -84337,45 +83678,45 @@ 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_: 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: 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 + 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 @@ -84409,12 +83750,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -84456,7 +83797,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input stagingoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -84469,34 +83810,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Relayer_filter] + or: [stagingoptimismgoerli_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum stagingoptimismgoerli_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type stagingoptimismgoerli_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input stagingoptimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -84514,31 +83855,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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootCount_filter] + or: [stagingoptimismgoerli_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum stagingoptimismgoerli_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type stagingoptimismgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: stagingoptimismgoerli_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input stagingoptimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -84563,16 +83904,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: 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 @@ -84581,26 +83922,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: 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 @@ -84634,12 +83975,12 @@ input mainnet_RootMessageSent_filter { 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] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootMessageSent_filter] + or: [stagingoptimismgoerli_RootMessageSent_filter] } -enum mainnet_RootMessageSent_orderBy { +enum stagingoptimismgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -84653,25 +83994,25 @@ enum mainnet_RootMessageSent_orderBy { blockNumber } -type mainnet_Router { +type stagingoptimismgoerli_Router { id: ID! isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes + owner: stagingoptimismgoerli_Bytes + recipient: stagingoptimismgoerli_Bytes + proposedOwner: stagingoptimismgoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! } -type mainnet_RouterDailyTVL { +type stagingoptimismgoerli_RouterDailyTVL { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input mainnet_RouterDailyTVL_filter { +input stagingoptimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -84700,7 +84041,7 @@ input mainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: stagingoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -84721,7 +84062,7 @@ input mainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: stagingoptimismgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84739,12 +84080,12 @@ input mainnet_RouterDailyTVL_filter { 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] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterDailyTVL_filter] + or: [stagingoptimismgoerli_RouterDailyTVL_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum stagingoptimismgoerli_RouterDailyTVL_orderBy { id router router__id @@ -84766,7 +84107,7 @@ enum mainnet_RouterDailyTVL_orderBy { balance } -input mainnet_Router_filter { +input stagingoptimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -84779,36 +84120,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: 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 @@ -84817,14 +84158,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: stagingoptimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Router_filter] + or: [stagingoptimismgoerli_Router_filter] } -enum mainnet_Router_orderBy { +enum stagingoptimismgoerli_Router_orderBy { id isActive owner @@ -84834,13 +84175,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type stagingoptimismgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: stagingoptimismgoerli_Bytes } -input mainnet_Sequencer_filter { +input stagingoptimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -84853,35 +84194,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Sequencer_filter] + or: [stagingoptimismgoerli_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum stagingoptimismgoerli_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type stagingoptimismgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: stagingoptimismgoerli_Bytes! } -input mainnet_Setting_filter { +input stagingoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -84898,41 +84239,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Setting_filter] + or: [stagingoptimismgoerli_Setting_filter] } -enum mainnet_Setting_orderBy { +enum stagingoptimismgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type stagingoptimismgoerli_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: stagingoptimismgoerli_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input stagingoptimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -84961,7 +84302,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_: stagingoptimismgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84970,26 +84311,156 @@ 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: 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84998,22 +84469,6 @@ input mainnet_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 @@ -85023,60 +84478,21 @@ 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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SnapshotRoot_filter] + or: [stagingoptimismgoerli_SnapshotRoot_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum stagingoptimismgoerli_SnapshotRoot_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 + spokeDomain + root + count timestamp - gasPrice - gasLimit blockNumber } -enum mainnet_TransferStatus { +enum stagingoptimismgoerli_TransferStatus { XCalled Executed Reconciled @@ -85084,13 +84500,38 @@ enum mainnet_TransferStatus { CompletedFast } -type xdai_AggregateRoot { +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! +} + +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 @@ -85099,16 +84540,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 @@ -85118,41 +84559,41 @@ 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 - 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 @@ -85213,7 +84654,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 @@ -85234,7 +84675,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 @@ -85244,12 +84685,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 @@ -85274,12 +84715,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 @@ -85293,17 +84734,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: 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 @@ -85312,16 +84753,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 @@ -85330,16 +84771,16 @@ input xdai_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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 @@ -85348,26 +84789,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 @@ -85396,14 +84837,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 @@ -85417,30 +84858,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 @@ -85465,43 +84906,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 @@ -85510,48 +84951,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 @@ -85568,16 +85009,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 @@ -85586,17 +85027,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 @@ -85621,40 +85062,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 @@ -85671,16 +85112,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 @@ -85697,16 +85138,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 @@ -85727,7 +85168,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 @@ -85744,26 +85185,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 @@ -85796,16 +85237,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 @@ -85814,26 +85255,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 @@ -85866,16 +85307,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 @@ -85885,12 +85326,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 @@ -85943,28 +85384,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 @@ -85973,16 +85414,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 @@ -85991,16 +85432,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 @@ -86009,36 +85450,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 @@ -86067,14 +85508,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 @@ -86089,42 +85530,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 @@ -86141,16 +85582,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 @@ -86159,20 +85600,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 @@ -86197,40 +85638,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 @@ -86239,16 +85680,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 @@ -86265,16 +85706,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 @@ -86295,17 +85736,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 @@ -86326,7 +85767,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 @@ -86341,37 +85782,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 @@ -86404,16 +85845,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 @@ -86423,12 +85864,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 @@ -86480,20 +85921,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 @@ -86522,7 +85963,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 @@ -86531,23 +85972,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 @@ -86583,20 +86024,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 @@ -86625,7 +86066,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 @@ -86634,36 +86075,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 @@ -86697,12 +86138,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 @@ -86744,7 +86185,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -86757,34 +86198,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 @@ -86802,31 +86243,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 @@ -86851,16 +86292,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 @@ -86869,26 +86310,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 @@ -86922,12 +86363,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 @@ -86941,25 +86382,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 @@ -86988,7 +86429,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 @@ -87009,7 +86450,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 @@ -87027,12 +86468,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 @@ -87054,7 +86495,7 @@ enum xdai_RouterDailyTVL_orderBy { balance } -input xdai_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -87067,36 +86508,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 @@ -87105,14 +86546,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 @@ -87122,13 +86563,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 @@ -87141,35 +86582,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 @@ -87186,41 +86627,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 @@ -87249,7 +86690,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 @@ -87258,26 +86699,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 @@ -87311,12 +86752,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 @@ -87364,7 +86805,7 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -enum xdai_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -87372,9 +86813,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""" @@ -87382,7 +86823,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 @@ -87390,20 +86831,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 polygon_AggregateRoot { +type stagingmumbai_AggregateRoot { id: ID! - root: polygon_Bytes! + root: stagingmumbai_Bytes! blockNumber: BigInt! } -input polygon_AggregateRoot_filter { +input stagingmumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -87412,16 +86853,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: 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 @@ -87431,41 +86872,41 @@ 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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRoot_filter] + or: [stagingmumbai_AggregateRoot_filter] } -enum polygon_AggregateRoot_orderBy { +enum stagingmumbai_AggregateRoot_orderBy { id root blockNumber } -type polygon_Asset { +type stagingmumbai_Asset { id: ID! - key: polygon_Bytes + key: stagingmumbai_Bytes decimal: BigInt - canonicalId: polygon_Bytes + canonicalId: stagingmumbai_Bytes canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes + adoptedAsset: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes blockNumber: BigInt - status: polygon_AssetStatus + status: stagingmumbai_AssetStatus } -type polygon_AssetBalance { +type stagingmumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! feesEarned: BigInt! } -input polygon_AssetBalance_filter { +input stagingmumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -87526,7 +86967,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_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -87547,7 +86988,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_: stagingmumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -87555,14 +86996,14 @@ input polygon_AssetBalance_filter { feesEarned_gte: BigInt feesEarned_lte: BigInt 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] + feesEarned_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetBalance_filter] + or: [stagingmumbai_AssetBalance_filter] } -enum polygon_AssetBalance_orderBy { +enum stagingmumbai_AssetBalance_orderBy { id amount locked @@ -87587,12 +87028,12 @@ enum polygon_AssetBalance_orderBy { feesEarned } -type polygon_AssetStatus { +type stagingmumbai_AssetStatus { id: ID! status: Boolean } -input polygon_AssetStatus_filter { +input stagingmumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -87606,17 +87047,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetStatus_filter] + or: [stagingmumbai_AssetStatus_filter] } -enum polygon_AssetStatus_orderBy { +enum stagingmumbai_AssetStatus_orderBy { id status } -input polygon_Asset_filter { +input stagingmumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -87625,16 +87066,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: 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 @@ -87643,16 +87084,16 @@ input polygon_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_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: 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 @@ -87661,26 +87102,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: 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 @@ -87709,14 +87150,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_: stagingmumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Asset_filter] + or: [stagingmumbai_Asset_filter] } -enum polygon_Asset_orderBy { +enum stagingmumbai_Asset_orderBy { id key decimal @@ -87730,30 +87171,30 @@ enum polygon_Asset_orderBy { status__status } -scalar polygon_BigDecimal +scalar stagingmumbai_BigDecimal -input polygon_BlockChangedFilter { +input stagingmumbai_BlockChangedFilter { number_gte: Int! } -input polygon_Block_height { - hash: polygon_Bytes +input stagingmumbai_Block_height { + hash: stagingmumbai_Bytes number: Int number_gte: Int } -scalar polygon_Bytes +scalar stagingmumbai_Bytes -type polygon_ConnectorMeta { +type stagingmumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + amb: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes } -input polygon_ConnectorMeta_filter { +input stagingmumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -87778,43 +87219,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: 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: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_ConnectorMeta_filter] + or: [stagingmumbai_ConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum stagingmumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -87823,48 +87264,48 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type stagingmumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: stagingmumbai_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: 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: polygon_Bytes - delegate: polygon_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: stagingmumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygon_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes + executedCaller: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes + executedTxOrigin: stagingmumbai_Bytes executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin: stagingmumbai_Bytes reconciledTxNonce: BigInt } -input polygon_DestinationTransfer_filter { +input stagingmumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -87881,16 +87322,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: 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 @@ -87899,17 +87340,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: 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_: polygon_Router_filter + routers_: stagingmumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -87934,40 +87375,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: 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: 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: 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 @@ -87984,16 +87425,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: 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 @@ -88010,16 +87451,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: 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 @@ -88040,7 +87481,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_: stagingmumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -88057,26 +87498,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: 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 @@ -88109,16 +87550,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: 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 @@ -88127,26 +87568,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: 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 @@ -88179,16 +87620,16 @@ input polygon_DestinationTransfer_filter { 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 + 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 @@ -88198,12 +87639,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_DestinationTransfer_filter] + or: [stagingmumbai_DestinationTransfer_filter] } -enum polygon_DestinationTransfer_orderBy { +enum stagingmumbai_DestinationTransfer_orderBy { id chainId transferId @@ -88256,28 +87697,28 @@ enum polygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygon_Int8 +scalar stagingmumbai_Int8 """Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { +enum stagingmumbai_OrderDirection { asc desc } -type polygon_OriginMessage { +type stagingmumbai_OriginMessage { id: ID! - transferId: polygon_Bytes + transferId: stagingmumbai_Bytes destinationDomain: BigInt - leaf: polygon_Bytes + leaf: stagingmumbai_Bytes index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes + message: stagingmumbai_Bytes + root: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes blockNumber: BigInt - rootCount: polygon_RootCount + rootCount: stagingmumbai_RootCount } -input polygon_OriginMessage_filter { +input stagingmumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -88286,16 +87727,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: 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 @@ -88304,16 +87745,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: 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 @@ -88322,36 +87763,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: 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 @@ -88380,14 +87821,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_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginMessage_filter] + or: [stagingmumbai_OriginMessage_filter] } -enum polygon_OriginMessage_orderBy { +enum stagingmumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -88402,42 +87843,42 @@ enum polygon_OriginMessage_orderBy { rootCount__count } -type polygon_OriginTransfer { +type stagingmumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes + status: stagingmumbai_TransferStatus + messageHash: stagingmumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: stagingmumbai_Bytes slippage: BigInt - originSender: polygon_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset + transactingAsset: stagingmumbai_Bytes + message: stagingmumbai_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: 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: polygon_Bytes + txOrigin: stagingmumbai_Bytes txNonce: BigInt } -input polygon_OriginTransfer_filter { +input stagingmumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -88454,16 +87895,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: 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 @@ -88472,20 +87913,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: 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 @@ -88510,40 +87951,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: 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: 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: 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 @@ -88552,16 +87993,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: 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 @@ -88578,16 +88019,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: 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 @@ -88608,17 +88049,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_: 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 @@ -88639,7 +88080,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_: stagingmumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -88654,37 +88095,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_: 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 @@ -88717,16 +88158,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: 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 @@ -88736,12 +88177,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginTransfer_filter] + or: [stagingmumbai_OriginTransfer_filter] } -enum polygon_OriginTransfer_orderBy { +enum stagingmumbai_OriginTransfer_orderBy { id chainId transferId @@ -88793,20 +88234,20 @@ enum polygon_OriginTransfer_orderBy { txNonce } -type polygon_Relayer { +type stagingmumbai_Relayer { id: ID! isActive: Boolean! - relayer: polygon_Bytes + relayer: stagingmumbai_Bytes } -type polygon_RelayerFee { +type stagingmumbai_RelayerFee { id: ID! - transfer: polygon_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! fee: BigInt! - asset: polygon_Bytes! + asset: stagingmumbai_Bytes! } -input polygon_RelayerFee_filter { +input stagingmumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -88835,7 +88276,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_: stagingmumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -88844,23 +88285,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: 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: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFee_filter] + or: [stagingmumbai_RelayerFee_filter] } -enum polygon_RelayerFee_orderBy { +enum stagingmumbai_RelayerFee_orderBy { id transfer transfer__id @@ -88896,20 +88337,20 @@ enum polygon_RelayerFee_orderBy { asset } -type polygon_RelayerFeesIncrease { +type stagingmumbai_RelayerFeesIncrease { id: ID! - transfer: polygon_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + asset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input stagingmumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -88928,55 +88369,55 @@ input polygon_RelayerFeesIncrease_filter { 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_: polygon_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: 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 + 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 @@ -89010,12 +88451,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFeesIncrease_filter] + or: [stagingmumbai_RelayerFeesIncrease_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum stagingmumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -89057,7 +88498,7 @@ enum polygon_RelayerFeesIncrease_orderBy { blockNumber } -input polygon_Relayer_filter { +input stagingmumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -89070,34 +88511,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: 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: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Relayer_filter] + or: [stagingmumbai_Relayer_filter] } -enum polygon_Relayer_orderBy { +enum stagingmumbai_Relayer_orderBy { id isActive relayer } -type polygon_RootCount { +type stagingmumbai_RootCount { id: ID! count: BigInt } -input polygon_RootCount_filter { +input stagingmumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -89115,31 +88556,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootCount_filter] + or: [stagingmumbai_RootCount_filter] } -enum polygon_RootCount_orderBy { +enum stagingmumbai_RootCount_orderBy { id count } -type polygon_RootMessageSent { +type stagingmumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygon_Bytes + root: stagingmumbai_Bytes count: BigInt - caller: polygon_Bytes - transactionHash: polygon_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygon_RootMessageSent_filter { +input stagingmumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -89164,16 +88605,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: 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 @@ -89182,26 +88623,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: 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 @@ -89235,12 +88676,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootMessageSent_filter] + or: [stagingmumbai_RootMessageSent_filter] } -enum polygon_RootMessageSent_orderBy { +enum stagingmumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -89254,25 +88695,25 @@ enum polygon_RootMessageSent_orderBy { blockNumber } -type polygon_Router { +type stagingmumbai_Router { id: ID! isActive: Boolean! - owner: polygon_Bytes - recipient: polygon_Bytes - proposedOwner: polygon_Bytes + owner: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + proposedOwner: stagingmumbai_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: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! } -type polygon_RouterDailyTVL { +type stagingmumbai_RouterDailyTVL { id: ID! - router: polygon_Router! - asset: polygon_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! timestamp: BigInt! balance: BigInt! } -input polygon_RouterDailyTVL_filter { +input stagingmumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -89301,7 +88742,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_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -89322,7 +88763,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_: stagingmumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89340,12 +88781,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterDailyTVL_filter] + or: [stagingmumbai_RouterDailyTVL_filter] } -enum polygon_RouterDailyTVL_orderBy { +enum stagingmumbai_RouterDailyTVL_orderBy { id router router__id @@ -89367,7 +88808,7 @@ enum polygon_RouterDailyTVL_orderBy { balance } -input polygon_Router_filter { +input stagingmumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -89380,36 +88821,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: 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 @@ -89418,14 +88859,14 @@ input polygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygon_AssetBalance_filter + assetBalances_: stagingmumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Router_filter] - or: [polygon_Router_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Router_filter] + or: [stagingmumbai_Router_filter] } -enum polygon_Router_orderBy { +enum stagingmumbai_Router_orderBy { id isActive owner @@ -89435,13 +88876,13 @@ enum polygon_Router_orderBy { assetBalances } -type polygon_Sequencer { +type stagingmumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: polygon_Bytes + sequencer: stagingmumbai_Bytes } -input polygon_Sequencer_filter { +input stagingmumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -89454,35 +88895,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: 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: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Sequencer_filter] + or: [stagingmumbai_Sequencer_filter] } -enum polygon_Sequencer_orderBy { +enum stagingmumbai_Sequencer_orderBy { id isActive sequencer } -type polygon_Setting { +type stagingmumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! + caller: stagingmumbai_Bytes! } -input polygon_Setting_filter { +input stagingmumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -89499,41 +88940,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: 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: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Setting_filter] + or: [stagingmumbai_Setting_filter] } -enum polygon_Setting_orderBy { +enum stagingmumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygon_SlippageUpdate { +type stagingmumbai_SlippageUpdate { id: ID! - transfer: polygon_DestinationTransfer! + transfer: stagingmumbai_DestinationTransfer! slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_SlippageUpdate_filter { +input stagingmumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -89562,7 +89003,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_: stagingmumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -89571,26 +89012,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: 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 @@ -89624,60 +89065,135 @@ 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: 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 polygon_SlippageUpdate_orderBy { +enum stagingmumbai_SnapshotRoot_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 + spokeDomain + root + count timestamp - gasPrice - gasLimit blockNumber } -enum polygon_TransferStatus { +enum stagingmumbai_TransferStatus { XCalled Executed Reconciled @@ -89685,9 +89201,9 @@ enum polygon_TransferStatus { CompletedFast } -type polygon__Block_ { +type stagingmumbai__Block_ { """The hash of the block""" - hash: polygon_Bytes + hash: stagingmumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -89695,7 +89211,7 @@ type polygon__Block_ { } """The type for the top-level _meta field""" -type polygon__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 @@ -89703,20 +89219,20 @@ type polygon__Meta_ { and therefore asks for the latest block """ - block: polygon__Block_! + block: stagingmumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumone_AggregateRoot { +type mumbai_AggregateRoot { id: ID! - root: arbitrumone_Bytes! + root: mumbai_Bytes! blockNumber: BigInt! } -input arbitrumone_AggregateRoot_filter { +input mumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -89725,16 +89241,16 @@ input arbitrumone_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_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 @@ -89744,41 +89260,41 @@ input arbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AggregateRoot_filter] - or: [arbitrumone_AggregateRoot_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRoot_filter] + or: [mumbai_AggregateRoot_filter] } -enum arbitrumone_AggregateRoot_orderBy { +enum mumbai_AggregateRoot_orderBy { id root blockNumber } -type arbitrumone_Asset { +type mumbai_Asset { id: ID! - key: arbitrumone_Bytes + key: mumbai_Bytes decimal: BigInt - canonicalId: arbitrumone_Bytes + canonicalId: mumbai_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumone_Bytes - localAsset: arbitrumone_Bytes + adoptedAsset: mumbai_Bytes + localAsset: mumbai_Bytes blockNumber: BigInt - status: arbitrumone_AssetStatus + status: mumbai_AssetStatus } -type arbitrumone_AssetBalance { +type mumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: mumbai_Router! + asset: mumbai_Asset! feesEarned: BigInt! } -input arbitrumone_AssetBalance_filter { +input mumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -89839,7 +89355,7 @@ input arbitrumone_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -89860,7 +89376,7 @@ input arbitrumone_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: mumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -89870,12 +89386,12 @@ input arbitrumone_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetBalance_filter] - or: [arbitrumone_AssetBalance_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetBalance_filter] + or: [mumbai_AssetBalance_filter] } -enum arbitrumone_AssetBalance_orderBy { +enum mumbai_AssetBalance_orderBy { id amount locked @@ -89900,12 +89416,12 @@ enum arbitrumone_AssetBalance_orderBy { feesEarned } -type arbitrumone_AssetStatus { +type mumbai_AssetStatus { id: ID! status: Boolean } -input arbitrumone_AssetStatus_filter { +input mumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -89919,17 +89435,17 @@ input arbitrumone_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetStatus_filter] - or: [arbitrumone_AssetStatus_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetStatus_filter] + or: [mumbai_AssetStatus_filter] } -enum arbitrumone_AssetStatus_orderBy { +enum mumbai_AssetStatus_orderBy { id status } -input arbitrumone_Asset_filter { +input mumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -89938,16 +89454,16 @@ input arbitrumone_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumone_Bytes - key_not: arbitrumone_Bytes - key_gt: arbitrumone_Bytes - key_lt: arbitrumone_Bytes - key_gte: arbitrumone_Bytes - key_lte: arbitrumone_Bytes - key_in: [arbitrumone_Bytes!] - key_not_in: [arbitrumone_Bytes!] - key_contains: arbitrumone_Bytes - key_not_contains: arbitrumone_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 @@ -89956,16 +89472,16 @@ input arbitrumone_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_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 canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -89974,26 +89490,26 @@ input arbitrumone_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumone_Bytes - adoptedAsset_not: arbitrumone_Bytes - adoptedAsset_gt: arbitrumone_Bytes - adoptedAsset_lt: arbitrumone_Bytes - adoptedAsset_gte: arbitrumone_Bytes - adoptedAsset_lte: arbitrumone_Bytes - adoptedAsset_in: [arbitrumone_Bytes!] - adoptedAsset_not_in: [arbitrumone_Bytes!] - adoptedAsset_contains: arbitrumone_Bytes - adoptedAsset_not_contains: arbitrumone_Bytes - localAsset: arbitrumone_Bytes - localAsset_not: arbitrumone_Bytes - localAsset_gt: arbitrumone_Bytes - localAsset_lt: arbitrumone_Bytes - localAsset_gte: arbitrumone_Bytes - localAsset_lte: arbitrumone_Bytes - localAsset_in: [arbitrumone_Bytes!] - localAsset_not_in: [arbitrumone_Bytes!] - localAsset_contains: arbitrumone_Bytes - localAsset_not_contains: arbitrumone_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 @@ -90022,14 +89538,14 @@ input arbitrumone_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumone_AssetStatus_filter + status_: mumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Asset_filter] - or: [arbitrumone_Asset_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Asset_filter] + or: [mumbai_Asset_filter] } -enum arbitrumone_Asset_orderBy { +enum mumbai_Asset_orderBy { id key decimal @@ -90043,30 +89559,30 @@ enum arbitrumone_Asset_orderBy { status__status } -scalar arbitrumone_BigDecimal +scalar mumbai_BigDecimal -input arbitrumone_BlockChangedFilter { +input mumbai_BlockChangedFilter { number_gte: Int! } -input arbitrumone_Block_height { - hash: arbitrumone_Bytes +input mumbai_Block_height { + hash: mumbai_Bytes number: Int number_gte: Int } -scalar arbitrumone_Bytes +scalar mumbai_Bytes -type arbitrumone_ConnectorMeta { +type mumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes + amb: mumbai_Bytes + rootManager: mumbai_Bytes + mirrorConnector: mumbai_Bytes } -input arbitrumone_ConnectorMeta_filter { +input mumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90091,43 +89607,43 @@ input arbitrumone_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumone_Bytes - amb_not: arbitrumone_Bytes - amb_gt: arbitrumone_Bytes - amb_lt: arbitrumone_Bytes - amb_gte: arbitrumone_Bytes - amb_lte: arbitrumone_Bytes - amb_in: [arbitrumone_Bytes!] - amb_not_in: [arbitrumone_Bytes!] - amb_contains: arbitrumone_Bytes - amb_not_contains: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - rootManager_not: arbitrumone_Bytes - rootManager_gt: arbitrumone_Bytes - rootManager_lt: arbitrumone_Bytes - rootManager_gte: arbitrumone_Bytes - rootManager_lte: arbitrumone_Bytes - rootManager_in: [arbitrumone_Bytes!] - rootManager_not_in: [arbitrumone_Bytes!] - rootManager_contains: arbitrumone_Bytes - rootManager_not_contains: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes - mirrorConnector_not: arbitrumone_Bytes - mirrorConnector_gt: arbitrumone_Bytes - mirrorConnector_lt: arbitrumone_Bytes - mirrorConnector_gte: arbitrumone_Bytes - mirrorConnector_lte: arbitrumone_Bytes - mirrorConnector_in: [arbitrumone_Bytes!] - mirrorConnector_not_in: [arbitrumone_Bytes!] - mirrorConnector_contains: arbitrumone_Bytes - mirrorConnector_not_contains: arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_ConnectorMeta_filter] - or: [arbitrumone_ConnectorMeta_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_ConnectorMeta_filter] + or: [mumbai_ConnectorMeta_filter] } -enum arbitrumone_ConnectorMeta_orderBy { +enum mumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -90136,48 +89652,48 @@ enum arbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumone_DestinationTransfer { +type mumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: arbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_Router_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_Router_filter): [arbitrumone_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: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: mumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumone_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset + canonicalId: mumbai_Bytes + asset: mumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes + executedCaller: mumbai_Bytes + executedTransactionHash: mumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumone_Bytes + executedTxOrigin: mumbai_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes + reconciledCaller: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumone_Bytes + reconciledTxOrigin: mumbai_Bytes reconciledTxNonce: BigInt } -input arbitrumone_DestinationTransfer_filter { +input mumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -90194,16 +89710,16 @@ input arbitrumone_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_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 @@ -90212,17 +89728,17 @@ input arbitrumone_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_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_: arbitrumone_Router_filter + routers_: mumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -90247,40 +89763,40 @@ input arbitrumone_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_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: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_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 @@ -90297,16 +89813,16 @@ input arbitrumone_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_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 @@ -90323,16 +89839,16 @@ input arbitrumone_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_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 @@ -90353,7 +89869,7 @@ input arbitrumone_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -90366,30 +89882,30 @@ input arbitrumone_DestinationTransfer_filter { routersFee_not: BigInt routersFee_gt: BigInt routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: arbitrumone_Bytes - executedCaller_not: arbitrumone_Bytes - executedCaller_gt: arbitrumone_Bytes - executedCaller_lt: arbitrumone_Bytes - executedCaller_gte: arbitrumone_Bytes - executedCaller_lte: arbitrumone_Bytes - executedCaller_in: [arbitrumone_Bytes!] - executedCaller_not_in: [arbitrumone_Bytes!] - executedCaller_contains: arbitrumone_Bytes - executedCaller_not_contains: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes - executedTransactionHash_not: arbitrumone_Bytes - executedTransactionHash_gt: arbitrumone_Bytes - executedTransactionHash_lt: arbitrumone_Bytes - executedTransactionHash_gte: arbitrumone_Bytes - executedTransactionHash_lte: arbitrumone_Bytes - executedTransactionHash_in: [arbitrumone_Bytes!] - executedTransactionHash_not_in: [arbitrumone_Bytes!] - executedTransactionHash_contains: arbitrumone_Bytes - executedTransactionHash_not_contains: arbitrumone_Bytes + routersFee_gte: BigInt + 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 executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -90422,16 +89938,16 @@ input arbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumone_Bytes - executedTxOrigin_not: arbitrumone_Bytes - executedTxOrigin_gt: arbitrumone_Bytes - executedTxOrigin_lt: arbitrumone_Bytes - executedTxOrigin_gte: arbitrumone_Bytes - executedTxOrigin_lte: arbitrumone_Bytes - executedTxOrigin_in: [arbitrumone_Bytes!] - executedTxOrigin_not_in: [arbitrumone_Bytes!] - executedTxOrigin_contains: arbitrumone_Bytes - executedTxOrigin_not_contains: arbitrumone_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 @@ -90440,26 +89956,26 @@ input arbitrumone_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumone_Bytes - reconciledCaller_not: arbitrumone_Bytes - reconciledCaller_gt: arbitrumone_Bytes - reconciledCaller_lt: arbitrumone_Bytes - reconciledCaller_gte: arbitrumone_Bytes - reconciledCaller_lte: arbitrumone_Bytes - reconciledCaller_in: [arbitrumone_Bytes!] - reconciledCaller_not_in: [arbitrumone_Bytes!] - reconciledCaller_contains: arbitrumone_Bytes - reconciledCaller_not_contains: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes - reconciledTransactionHash_not: arbitrumone_Bytes - reconciledTransactionHash_gt: arbitrumone_Bytes - reconciledTransactionHash_lt: arbitrumone_Bytes - reconciledTransactionHash_gte: arbitrumone_Bytes - reconciledTransactionHash_lte: arbitrumone_Bytes - reconciledTransactionHash_in: [arbitrumone_Bytes!] - reconciledTransactionHash_not_in: [arbitrumone_Bytes!] - reconciledTransactionHash_contains: arbitrumone_Bytes - reconciledTransactionHash_not_contains: arbitrumone_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 @@ -90492,16 +90008,16 @@ input arbitrumone_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumone_Bytes - reconciledTxOrigin_not: arbitrumone_Bytes - reconciledTxOrigin_gt: arbitrumone_Bytes - reconciledTxOrigin_lt: arbitrumone_Bytes - reconciledTxOrigin_gte: arbitrumone_Bytes - reconciledTxOrigin_lte: arbitrumone_Bytes - reconciledTxOrigin_in: [arbitrumone_Bytes!] - reconciledTxOrigin_not_in: [arbitrumone_Bytes!] - reconciledTxOrigin_contains: arbitrumone_Bytes - reconciledTxOrigin_not_contains: arbitrumone_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 @@ -90511,12 +90027,12 @@ input arbitrumone_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_DestinationTransfer_filter] - or: [arbitrumone_DestinationTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_DestinationTransfer_filter] + or: [mumbai_DestinationTransfer_filter] } -enum arbitrumone_DestinationTransfer_orderBy { +enum mumbai_DestinationTransfer_orderBy { id chainId transferId @@ -90569,28 +90085,28 @@ enum arbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar arbitrumone_Int8 +scalar mumbai_Int8 """Defines the order direction, either ascending or descending""" -enum arbitrumone_OrderDirection { +enum mumbai_OrderDirection { asc desc } -type arbitrumone_OriginMessage { +type mumbai_OriginMessage { id: ID! - transferId: arbitrumone_Bytes + transferId: mumbai_Bytes destinationDomain: BigInt - leaf: arbitrumone_Bytes + leaf: mumbai_Bytes index: BigInt - message: arbitrumone_Bytes - root: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + message: mumbai_Bytes + root: mumbai_Bytes + transactionHash: mumbai_Bytes blockNumber: BigInt - rootCount: arbitrumone_RootCount + rootCount: mumbai_RootCount } -input arbitrumone_OriginMessage_filter { +input mumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -90599,16 +90115,16 @@ input arbitrumone_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_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 @@ -90617,16 +90133,16 @@ input arbitrumone_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumone_Bytes - leaf_not: arbitrumone_Bytes - leaf_gt: arbitrumone_Bytes - leaf_lt: arbitrumone_Bytes - leaf_gte: arbitrumone_Bytes - leaf_lte: arbitrumone_Bytes - leaf_in: [arbitrumone_Bytes!] - leaf_not_in: [arbitrumone_Bytes!] - leaf_contains: arbitrumone_Bytes - leaf_not_contains: arbitrumone_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 @@ -90635,36 +90151,36 @@ input arbitrumone_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumone_Bytes - message_not: arbitrumone_Bytes - message_gt: arbitrumone_Bytes - message_lt: arbitrumone_Bytes - message_gte: arbitrumone_Bytes - message_lte: arbitrumone_Bytes - message_in: [arbitrumone_Bytes!] - message_not_in: [arbitrumone_Bytes!] - message_contains: arbitrumone_Bytes - message_not_contains: arbitrumone_Bytes - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_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 @@ -90693,14 +90209,14 @@ input arbitrumone_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumone_RootCount_filter + rootCount_: mumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginMessage_filter] - or: [arbitrumone_OriginMessage_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginMessage_filter] + or: [mumbai_OriginMessage_filter] } -enum arbitrumone_OriginMessage_orderBy { +enum mumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -90715,42 +90231,42 @@ enum arbitrumone_OriginMessage_orderBy { rootCount__count } -type arbitrumone_OriginTransfer { +type mumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: arbitrumone_TransferStatus - messageHash: arbitrumone_Bytes + status: mumbai_TransferStatus + messageHash: mumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: mumbai_Bytes slippage: BigInt - originSender: arbitrumone_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset - transactingAsset: arbitrumone_Bytes - message: arbitrumone_OriginMessage + canonicalId: mumbai_Bytes + asset: mumbai_Asset + transactingAsset: mumbai_Bytes + message: mumbai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] - initialRelayerFeeAsset: arbitrumone_Bytes - caller: arbitrumone_Bytes - transactionHash: arbitrumone_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: arbitrumone_Bytes + txOrigin: mumbai_Bytes txNonce: BigInt } -input arbitrumone_OriginTransfer_filter { +input mumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -90767,16 +90283,16 @@ input arbitrumone_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_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 @@ -90785,20 +90301,20 @@ input arbitrumone_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_TransferStatus!] - messageHash: arbitrumone_Bytes - messageHash_not: arbitrumone_Bytes - messageHash_gt: arbitrumone_Bytes - messageHash_lt: arbitrumone_Bytes - messageHash_gte: arbitrumone_Bytes - messageHash_lte: arbitrumone_Bytes - messageHash_in: [arbitrumone_Bytes!] - messageHash_not_in: [arbitrumone_Bytes!] - messageHash_contains: arbitrumone_Bytes - messageHash_not_contains: arbitrumone_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 @@ -90823,40 +90339,40 @@ input arbitrumone_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_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: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_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 @@ -90865,16 +90381,16 @@ input arbitrumone_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_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 @@ -90891,16 +90407,16 @@ input arbitrumone_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_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 @@ -90921,17 +90437,17 @@ input arbitrumone_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - transactingAsset: arbitrumone_Bytes - transactingAsset_not: arbitrumone_Bytes - transactingAsset_gt: arbitrumone_Bytes - transactingAsset_lt: arbitrumone_Bytes - transactingAsset_gte: arbitrumone_Bytes - transactingAsset_lte: arbitrumone_Bytes - transactingAsset_in: [arbitrumone_Bytes!] - transactingAsset_not_in: [arbitrumone_Bytes!] - transactingAsset_contains: arbitrumone_Bytes - transactingAsset_not_contains: arbitrumone_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 @@ -90952,7 +90468,7 @@ input arbitrumone_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumone_OriginMessage_filter + message_: mumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -90967,37 +90483,37 @@ input arbitrumone_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumone_RelayerFee_filter - initialRelayerFeeAsset: arbitrumone_Bytes - initialRelayerFeeAsset_not: arbitrumone_Bytes - initialRelayerFeeAsset_gt: arbitrumone_Bytes - initialRelayerFeeAsset_lt: arbitrumone_Bytes - initialRelayerFeeAsset_gte: arbitrumone_Bytes - initialRelayerFeeAsset_lte: arbitrumone_Bytes - initialRelayerFeeAsset_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_contains: arbitrumone_Bytes - initialRelayerFeeAsset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_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 @@ -91030,16 +90546,16 @@ input arbitrumone_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumone_Bytes - txOrigin_not: arbitrumone_Bytes - txOrigin_gt: arbitrumone_Bytes - txOrigin_lt: arbitrumone_Bytes - txOrigin_gte: arbitrumone_Bytes - txOrigin_lte: arbitrumone_Bytes - txOrigin_in: [arbitrumone_Bytes!] - txOrigin_not_in: [arbitrumone_Bytes!] - txOrigin_contains: arbitrumone_Bytes - txOrigin_not_contains: arbitrumone_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 @@ -91049,12 +90565,12 @@ input arbitrumone_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginTransfer_filter] - or: [arbitrumone_OriginTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginTransfer_filter] + or: [mumbai_OriginTransfer_filter] } -enum arbitrumone_OriginTransfer_orderBy { +enum mumbai_OriginTransfer_orderBy { id chainId transferId @@ -91106,20 +90622,20 @@ enum arbitrumone_OriginTransfer_orderBy { txNonce } -type arbitrumone_Relayer { +type mumbai_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumone_Bytes + relayer: mumbai_Bytes } -type arbitrumone_RelayerFee { +type mumbai_RelayerFee { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: mumbai_OriginTransfer! fee: BigInt! - asset: arbitrumone_Bytes! + asset: mumbai_Bytes! } -input arbitrumone_RelayerFee_filter { +input mumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -91148,7 +90664,7 @@ input arbitrumone_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -91157,23 +90673,23 @@ input arbitrumone_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFee_filter] - or: [arbitrumone_RelayerFee_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFee_filter] + or: [mumbai_RelayerFee_filter] } -enum arbitrumone_RelayerFee_orderBy { +enum mumbai_RelayerFee_orderBy { id transfer transfer__id @@ -91209,20 +90725,20 @@ enum arbitrumone_RelayerFee_orderBy { asset } -type arbitrumone_RelayerFeesIncrease { +type mumbai_RelayerFeesIncrease { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: mumbai_OriginTransfer! increase: BigInt - asset: arbitrumone_Bytes - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + asset: mumbai_Bytes + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_RelayerFeesIncrease_filter { +input mumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -91251,7 +90767,7 @@ input arbitrumone_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -91260,36 +90776,36 @@ input arbitrumone_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_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 @@ -91323,12 +90839,12 @@ input arbitrumone_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFeesIncrease_filter] - or: [arbitrumone_RelayerFeesIncrease_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFeesIncrease_filter] + or: [mumbai_RelayerFeesIncrease_filter] } -enum arbitrumone_RelayerFeesIncrease_orderBy { +enum mumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -91370,7 +90886,7 @@ enum arbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumone_Relayer_filter { +input mumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -91383,34 +90899,34 @@ input arbitrumone_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumone_Bytes - relayer_not: arbitrumone_Bytes - relayer_gt: arbitrumone_Bytes - relayer_lt: arbitrumone_Bytes - relayer_gte: arbitrumone_Bytes - relayer_lte: arbitrumone_Bytes - relayer_in: [arbitrumone_Bytes!] - relayer_not_in: [arbitrumone_Bytes!] - relayer_contains: arbitrumone_Bytes - relayer_not_contains: arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Relayer_filter] - or: [arbitrumone_Relayer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Relayer_filter] + or: [mumbai_Relayer_filter] } -enum arbitrumone_Relayer_orderBy { +enum mumbai_Relayer_orderBy { id isActive relayer } -type arbitrumone_RootCount { +type mumbai_RootCount { id: ID! count: BigInt } -input arbitrumone_RootCount_filter { +input mumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -91428,31 +90944,31 @@ input arbitrumone_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootCount_filter] - or: [arbitrumone_RootCount_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootCount_filter] + or: [mumbai_RootCount_filter] } -enum arbitrumone_RootCount_orderBy { +enum mumbai_RootCount_orderBy { id count } -type arbitrumone_RootMessageSent { +type mumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumone_Bytes + root: mumbai_Bytes count: BigInt - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumone_RootMessageSent_filter { +input mumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -91477,16 +90993,16 @@ input arbitrumone_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_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 @@ -91495,26 +91011,26 @@ input arbitrumone_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_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 @@ -91548,12 +91064,12 @@ input arbitrumone_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootMessageSent_filter] - or: [arbitrumone_RootMessageSent_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootMessageSent_filter] + or: [mumbai_RootMessageSent_filter] } -enum arbitrumone_RootMessageSent_orderBy { +enum mumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -91567,25 +91083,25 @@ enum arbitrumone_RootMessageSent_orderBy { blockNumber } -type arbitrumone_Router { +type mumbai_Router { id: ID! isActive: Boolean! - owner: arbitrumone_Bytes - recipient: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes + owner: mumbai_Bytes + recipient: mumbai_Bytes + proposedOwner: mumbai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! } -type arbitrumone_RouterDailyTVL { +type mumbai_RouterDailyTVL { id: ID! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: mumbai_Router! + asset: mumbai_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumone_RouterDailyTVL_filter { +input mumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -91614,7 +91130,7 @@ input arbitrumone_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -91635,7 +91151,7 @@ input arbitrumone_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: mumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91653,12 +91169,12 @@ input arbitrumone_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RouterDailyTVL_filter] - or: [arbitrumone_RouterDailyTVL_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterDailyTVL_filter] + or: [mumbai_RouterDailyTVL_filter] } -enum arbitrumone_RouterDailyTVL_orderBy { +enum mumbai_RouterDailyTVL_orderBy { id router router__id @@ -91680,7 +91196,7 @@ enum arbitrumone_RouterDailyTVL_orderBy { balance } -input arbitrumone_Router_filter { +input mumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -91693,36 +91209,36 @@ input arbitrumone_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumone_Bytes - owner_not: arbitrumone_Bytes - owner_gt: arbitrumone_Bytes - owner_lt: arbitrumone_Bytes - owner_gte: arbitrumone_Bytes - owner_lte: arbitrumone_Bytes - owner_in: [arbitrumone_Bytes!] - owner_not_in: [arbitrumone_Bytes!] - owner_contains: arbitrumone_Bytes - owner_not_contains: arbitrumone_Bytes - recipient: arbitrumone_Bytes - recipient_not: arbitrumone_Bytes - recipient_gt: arbitrumone_Bytes - recipient_lt: arbitrumone_Bytes - recipient_gte: arbitrumone_Bytes - recipient_lte: arbitrumone_Bytes - recipient_in: [arbitrumone_Bytes!] - recipient_not_in: [arbitrumone_Bytes!] - recipient_contains: arbitrumone_Bytes - recipient_not_contains: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes - proposedOwner_not: arbitrumone_Bytes - proposedOwner_gt: arbitrumone_Bytes - proposedOwner_lt: arbitrumone_Bytes - proposedOwner_gte: arbitrumone_Bytes - proposedOwner_lte: arbitrumone_Bytes - proposedOwner_in: [arbitrumone_Bytes!] - proposedOwner_not_in: [arbitrumone_Bytes!] - proposedOwner_contains: arbitrumone_Bytes - proposedOwner_not_contains: arbitrumone_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 @@ -91731,14 +91247,14 @@ input arbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumone_AssetBalance_filter + assetBalances_: mumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Router_filter] - or: [arbitrumone_Router_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Router_filter] + or: [mumbai_Router_filter] } -enum arbitrumone_Router_orderBy { +enum mumbai_Router_orderBy { id isActive owner @@ -91748,13 +91264,13 @@ enum arbitrumone_Router_orderBy { assetBalances } -type arbitrumone_Sequencer { +type mumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumone_Bytes + sequencer: mumbai_Bytes } -input arbitrumone_Sequencer_filter { +input mumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -91767,35 +91283,35 @@ input arbitrumone_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumone_Bytes - sequencer_not: arbitrumone_Bytes - sequencer_gt: arbitrumone_Bytes - sequencer_lt: arbitrumone_Bytes - sequencer_gte: arbitrumone_Bytes - sequencer_lte: arbitrumone_Bytes - sequencer_in: [arbitrumone_Bytes!] - sequencer_not_in: [arbitrumone_Bytes!] - sequencer_contains: arbitrumone_Bytes - sequencer_not_contains: arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Sequencer_filter] - or: [arbitrumone_Sequencer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Sequencer_filter] + or: [mumbai_Sequencer_filter] } -enum arbitrumone_Sequencer_orderBy { +enum mumbai_Sequencer_orderBy { id isActive sequencer } -type arbitrumone_Setting { +type mumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumone_Bytes! + caller: mumbai_Bytes! } -input arbitrumone_Setting_filter { +input mumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -91812,41 +91328,41 @@ input arbitrumone_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Setting_filter] - or: [arbitrumone_Setting_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Setting_filter] + or: [mumbai_Setting_filter] } -enum arbitrumone_Setting_orderBy { +enum mumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumone_SlippageUpdate { +type mumbai_SlippageUpdate { id: ID! - transfer: arbitrumone_DestinationTransfer! + transfer: mumbai_DestinationTransfer! slippage: BigInt! - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_SlippageUpdate_filter { +input mumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -91875,7 +91391,7 @@ input arbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_DestinationTransfer_filter + transfer_: mumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -91884,26 +91400,26 @@ input arbitrumone_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_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 @@ -91937,12 +91453,12 @@ input arbitrumone_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_SlippageUpdate_filter] - or: [arbitrumone_SlippageUpdate_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_SlippageUpdate_filter] + or: [mumbai_SlippageUpdate_filter] } -enum arbitrumone_SlippageUpdate_orderBy { +enum mumbai_SlippageUpdate_orderBy { id transfer transfer__id @@ -91990,7 +91506,7 @@ enum arbitrumone_SlippageUpdate_orderBy { blockNumber } -enum arbitrumone_TransferStatus { +enum mumbai_TransferStatus { XCalled Executed Reconciled @@ -91998,9 +91514,9 @@ enum arbitrumone_TransferStatus { CompletedFast } -type arbitrumone__Block_ { +type mumbai__Block_ { """The hash of the block""" - hash: arbitrumone_Bytes + hash: mumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -92008,7 +91524,7 @@ type arbitrumone__Block_ { } """The type for the top-level _meta field""" -type arbitrumone__Meta_ { +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 @@ -92016,7 +91532,7 @@ type arbitrumone__Meta_ { and therefore asks for the latest block """ - block: arbitrumone__Block_! + block: mumbai__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_ArbitrumOne/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts index 1eabdc338a..966b0e713b 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts @@ -6536,22 +6536,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -6663,22 +6647,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -10873,138 +10841,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -12019,138 +11855,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -12513,14 +12217,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -12576,14 +12272,6 @@ const schemaAST = { "value": "reconciledTxOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "directives": [] } ], "directives": [] @@ -15238,22 +14926,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -19997,138 +19669,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -20578,14 +20118,6 @@ const schemaAST = { "value": "txOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "directives": [] } ], "directives": [] @@ -26140,14 +25672,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -28280,14 +27804,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -36749,14 +36265,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -36813,14 +36321,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__reconciledTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql index 0eb070584a..7763e996e7 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql @@ -470,7 +470,6 @@ type arbitrumone_DestinationTransfer { executedGasLimit: BigInt executedBlockNumber: BigInt executedTxOrigin: arbitrumone_Bytes - executedTxNonce: BigInt reconciledCaller: arbitrumone_Bytes reconciledTransactionHash: arbitrumone_Bytes reconciledTimestamp: BigInt @@ -478,7 +477,6 @@ type arbitrumone_DestinationTransfer { reconciledGasLimit: BigInt reconciledBlockNumber: BigInt reconciledTxOrigin: arbitrumone_Bytes - reconciledTxNonce: BigInt } input arbitrumone_DestinationTransfer_filter { @@ -736,14 +734,6 @@ input arbitrumone_DestinationTransfer_filter { executedTxOrigin_not_in: [arbitrumone_Bytes!] executedTxOrigin_contains: arbitrumone_Bytes executedTxOrigin_not_contains: arbitrumone_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: arbitrumone_Bytes reconciledCaller_not: arbitrumone_Bytes reconciledCaller_gt: arbitrumone_Bytes @@ -806,14 +796,6 @@ input arbitrumone_DestinationTransfer_filter { reconciledTxOrigin_not_in: [arbitrumone_Bytes!] reconciledTxOrigin_contains: arbitrumone_Bytes reconciledTxOrigin_not_contains: arbitrumone_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_BlockChangedFilter and: [arbitrumone_DestinationTransfer_filter] @@ -858,7 +840,6 @@ enum arbitrumone_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -866,7 +847,6 @@ enum arbitrumone_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } """ @@ -1051,7 +1031,6 @@ type arbitrumone_OriginTransfer { gasLimit: BigInt blockNumber: BigInt txOrigin: arbitrumone_Bytes - txNonce: BigInt } input arbitrumone_OriginTransfer_filter { @@ -1344,14 +1323,6 @@ input arbitrumone_OriginTransfer_filter { txOrigin_not_in: [arbitrumone_Bytes!] txOrigin_contains: arbitrumone_Bytes txOrigin_not_contains: arbitrumone_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_BlockChangedFilter and: [arbitrumone_OriginTransfer_filter] @@ -1407,7 +1378,6 @@ enum arbitrumone_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } type Query { @@ -1981,7 +1951,6 @@ enum arbitrumone_RelayerFee_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce fee asset } @@ -2136,7 +2105,6 @@ enum arbitrumone_RelayerFeesIncrease_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce increase asset caller @@ -2749,7 +2717,6 @@ enum arbitrumone_SlippageUpdate_orderBy { transfer__executedGasLimit transfer__executedBlockNumber transfer__executedTxOrigin - transfer__executedTxNonce transfer__reconciledCaller transfer__reconciledTransactionHash transfer__reconciledTimestamp @@ -2757,7 +2724,6 @@ enum arbitrumone_SlippageUpdate_orderBy { transfer__reconciledGasLimit transfer__reconciledBlockNumber transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts index b87119ccb3..437ce4885c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts @@ -469,7 +469,6 @@ export type arbitrumone_DestinationTransfer = { executedGasLimit?: Maybe; executedBlockNumber?: Maybe; executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; reconciledCaller?: Maybe; reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; @@ -477,7 +476,6 @@ export type arbitrumone_DestinationTransfer = { reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; }; @@ -744,14 +742,6 @@ export type arbitrumone_DestinationTransfer_filter = { 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; @@ -814,14 +804,6 @@ export type arbitrumone_DestinationTransfer_filter = { 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>>; @@ -866,15 +848,13 @@ export type arbitrumone_DestinationTransfer_orderBy = | 'executedGasLimit' | 'executedBlockNumber' | 'executedTxOrigin' - | 'executedTxNonce' | 'reconciledCaller' | 'reconciledTransactionHash' | 'reconciledTimestamp' | 'reconciledGasPrice' | 'reconciledGasLimit' | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'reconciledTxOrigin'; /** Defines the order direction, either ascending or descending */ export type arbitrumone_OrderDirection = @@ -1050,7 +1030,6 @@ export type arbitrumone_OriginTransfer = { gasLimit?: Maybe; blockNumber?: Maybe; txOrigin?: Maybe; - txNonce?: Maybe; }; @@ -1352,14 +1331,6 @@ export type arbitrumone_OriginTransfer_filter = { 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>>; @@ -1414,8 +1385,7 @@ export type arbitrumone_OriginTransfer_orderBy = | 'gasPrice' | 'gasLimit' | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'txOrigin'; export type Query = { arbitrumone_asset?: Maybe; @@ -1885,7 +1855,6 @@ export type arbitrumone_RelayerFee_orderBy = | 'transfer__gasLimit' | 'transfer__blockNumber' | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; @@ -2039,7 +2008,6 @@ export type arbitrumone_RelayerFeesIncrease_orderBy = | 'transfer__gasLimit' | 'transfer__blockNumber' | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -2653,7 +2621,6 @@ export type arbitrumone_SlippageUpdate_orderBy = | 'transfer__executedGasLimit' | 'transfer__executedBlockNumber' | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' | 'transfer__reconciledCaller' | 'transfer__reconciledTransactionHash' | 'transfer__reconciledTimestamp' @@ -2661,7 +2628,6 @@ export type arbitrumone_SlippageUpdate_orderBy = | 'transfer__reconciledGasLimit' | 'transfer__reconciledBlockNumber' | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts index 1eabdc338a..966b0e713b 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts @@ -6536,22 +6536,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -6663,22 +6647,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -10873,138 +10841,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -12019,138 +11855,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -12513,14 +12217,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -12576,14 +12272,6 @@ const schemaAST = { "value": "reconciledTxOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "directives": [] } ], "directives": [] @@ -15238,22 +14926,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -19997,138 +19669,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -20578,14 +20118,6 @@ const schemaAST = { "value": "txOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "directives": [] } ], "directives": [] @@ -26140,14 +25672,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -28280,14 +27804,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -36749,14 +36265,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -36813,14 +36321,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__reconciledTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql index 08e9adbff3..cb3a8a88ff 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql @@ -470,7 +470,6 @@ type mainnet_DestinationTransfer { executedGasLimit: BigInt executedBlockNumber: BigInt executedTxOrigin: mainnet_Bytes - executedTxNonce: BigInt reconciledCaller: mainnet_Bytes reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt @@ -478,7 +477,6 @@ type mainnet_DestinationTransfer { reconciledGasLimit: BigInt reconciledBlockNumber: BigInt reconciledTxOrigin: mainnet_Bytes - reconciledTxNonce: BigInt } input mainnet_DestinationTransfer_filter { @@ -736,14 +734,6 @@ input mainnet_DestinationTransfer_filter { executedTxOrigin_not_in: [mainnet_Bytes!] executedTxOrigin_contains: mainnet_Bytes executedTxOrigin_not_contains: mainnet_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: mainnet_Bytes reconciledCaller_not: mainnet_Bytes reconciledCaller_gt: mainnet_Bytes @@ -806,14 +796,6 @@ input mainnet_DestinationTransfer_filter { reconciledTxOrigin_not_in: [mainnet_Bytes!] reconciledTxOrigin_contains: mainnet_Bytes reconciledTxOrigin_not_contains: mainnet_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: mainnet_BlockChangedFilter and: [mainnet_DestinationTransfer_filter] @@ -858,7 +840,6 @@ enum mainnet_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -866,7 +847,6 @@ enum mainnet_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } """ @@ -1051,7 +1031,6 @@ type mainnet_OriginTransfer { gasLimit: BigInt blockNumber: BigInt txOrigin: mainnet_Bytes - txNonce: BigInt } input mainnet_OriginTransfer_filter { @@ -1344,14 +1323,6 @@ input mainnet_OriginTransfer_filter { txOrigin_not_in: [mainnet_Bytes!] txOrigin_contains: mainnet_Bytes txOrigin_not_contains: mainnet_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: mainnet_BlockChangedFilter and: [mainnet_OriginTransfer_filter] @@ -1407,7 +1378,6 @@ enum mainnet_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } type Query { @@ -1981,7 +1951,6 @@ enum mainnet_RelayerFee_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce fee asset } @@ -2136,7 +2105,6 @@ enum mainnet_RelayerFeesIncrease_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce increase asset caller @@ -2749,7 +2717,6 @@ enum mainnet_SlippageUpdate_orderBy { transfer__executedGasLimit transfer__executedBlockNumber transfer__executedTxOrigin - transfer__executedTxNonce transfer__reconciledCaller transfer__reconciledTransactionHash transfer__reconciledTimestamp @@ -2757,7 +2724,6 @@ enum mainnet_SlippageUpdate_orderBy { transfer__reconciledGasLimit transfer__reconciledBlockNumber transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts index 9092966dd6..890fc9408f 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts @@ -469,7 +469,6 @@ export type mainnet_DestinationTransfer = { executedGasLimit?: Maybe; executedBlockNumber?: Maybe; executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; reconciledCaller?: Maybe; reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; @@ -477,7 +476,6 @@ export type mainnet_DestinationTransfer = { reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; }; @@ -744,14 +742,6 @@ export type mainnet_DestinationTransfer_filter = { 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; @@ -814,14 +804,6 @@ export type mainnet_DestinationTransfer_filter = { 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>>; @@ -866,15 +848,13 @@ export type mainnet_DestinationTransfer_orderBy = | 'executedGasLimit' | 'executedBlockNumber' | 'executedTxOrigin' - | 'executedTxNonce' | 'reconciledCaller' | 'reconciledTransactionHash' | 'reconciledTimestamp' | 'reconciledGasPrice' | 'reconciledGasLimit' | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'reconciledTxOrigin'; /** Defines the order direction, either ascending or descending */ export type mainnet_OrderDirection = @@ -1050,7 +1030,6 @@ export type mainnet_OriginTransfer = { gasLimit?: Maybe; blockNumber?: Maybe; txOrigin?: Maybe; - txNonce?: Maybe; }; @@ -1352,14 +1331,6 @@ export type mainnet_OriginTransfer_filter = { 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>>; @@ -1414,8 +1385,7 @@ export type mainnet_OriginTransfer_orderBy = | 'gasPrice' | 'gasLimit' | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'txOrigin'; export type Query = { mainnet_asset?: Maybe; @@ -1885,7 +1855,6 @@ export type mainnet_RelayerFee_orderBy = | 'transfer__gasLimit' | 'transfer__blockNumber' | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; @@ -2039,7 +2008,6 @@ export type mainnet_RelayerFeesIncrease_orderBy = | 'transfer__gasLimit' | 'transfer__blockNumber' | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -2653,7 +2621,6 @@ export type mainnet_SlippageUpdate_orderBy = | 'transfer__executedGasLimit' | 'transfer__executedBlockNumber' | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' | 'transfer__reconciledCaller' | 'transfer__reconciledTransactionHash' | 'transfer__reconciledTimestamp' @@ -2661,7 +2628,6 @@ export type mainnet_SlippageUpdate_orderBy = | 'transfer__reconciledGasLimit' | 'transfer__reconciledBlockNumber' | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/introspectionSchema.ts index 1eabdc338a..0bac597001 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/introspectionSchema.ts @@ -763,22 +763,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "decimal" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -924,63 +908,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "locked" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "supplied" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "removed" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -1313,402 +1240,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "locked_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "supplied_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "removed_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -2577,30 +2108,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "locked" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "supplied" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "removed" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -2681,14 +2188,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset__decimal" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -3383,138 +2882,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimal_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -4674,14 +4041,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "decimal" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -6536,22 +5895,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -6663,22 +6006,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -10873,138 +10200,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -12019,138 +11214,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -12393,14 +11456,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset__decimal" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -12513,14 +11568,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -12576,14 +11623,6 @@ const schemaAST = { "value": "reconciledTxOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "reconciledTxNonce" - }, - "directives": [] } ], "directives": [] @@ -14957,22 +13996,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -14993,7 +14016,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount" + "value": "relayerFee" }, "arguments": [], "type": { @@ -15009,120 +14032,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFees" - }, - "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": "RelayerFee_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": "RelayerFee_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RelayerFee" - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "initialRelayerFeeAsset" + "value": "bumpRelayerFeeCount" }, "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15238,22 +14155,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] } ], "interfaces": [], @@ -18059,168 +16960,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -18552,7 +17291,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount" + "value": "relayerFee" }, "type": { "kind": "NamedType", @@ -18567,7 +17306,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_not" + "value": "relayerFee_not" }, "type": { "kind": "NamedType", @@ -18582,7 +17321,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_gt" + "value": "relayerFee_gt" }, "type": { "kind": "NamedType", @@ -18597,7 +17336,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_lt" + "value": "relayerFee_lt" }, "type": { "kind": "NamedType", @@ -18612,7 +17351,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_gte" + "value": "relayerFee_gte" }, "type": { "kind": "NamedType", @@ -18627,7 +17366,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_lte" + "value": "relayerFee_lte" }, "type": { "kind": "NamedType", @@ -18642,7 +17381,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_in" + "value": "relayerFee_in" }, "type": { "kind": "ListType", @@ -18663,7 +17402,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount_not_in" + "value": "relayerFee_not_in" }, "type": { "kind": "ListType", @@ -18684,154 +17423,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "relayerFees" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RelayerFee_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "initialRelayerFeeAsset" + "value": "bumpRelayerFeeCount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18840,13 +17438,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_not" + "value": "bumpRelayerFeeCount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18855,13 +17453,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_gt" + "value": "bumpRelayerFeeCount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18870,13 +17468,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_lt" + "value": "bumpRelayerFeeCount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18885,13 +17483,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_gte" + "value": "bumpRelayerFeeCount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18900,13 +17498,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_lte" + "value": "bumpRelayerFeeCount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18915,7 +17513,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_in" + "value": "bumpRelayerFeeCount_in" }, "type": { "kind": "ListType", @@ -18925,7 +17523,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -18936,7 +17534,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset_not_in" + "value": "bumpRelayerFeeCount_not_in" }, "type": { "kind": "ListType", @@ -18946,43 +17544,13 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "initialRelayerFeeAsset_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "initialRelayerFeeAsset_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "name": { @@ -19997,138 +18565,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, { "kind": "InputValueDefinition", "description": { @@ -20363,14 +18799,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset__decimal" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -20411,14 +18839,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transactingAsset" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -20503,15 +18923,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "bumpRelayerFeeCount" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "relayerFees" + "value": "relayerFee" }, "directives": [] }, @@ -20519,7 +18931,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "initialRelayerFeeAsset" + "value": "bumpRelayerFeeCount" }, "directives": [] }, @@ -20578,14 +18990,6 @@ const schemaAST = { "value": "txOrigin" }, "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "txNonce" - }, - "directives": [] } ], "directives": [] @@ -21553,7 +19957,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "routerDailyTVL" + "value": "setting" }, "arguments": [ { @@ -21626,7 +20030,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL" + "value": "Setting" } }, "directives": [] @@ -21635,7 +20039,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "routerDailyTVLs" + "value": "settings" }, "arguments": [ { @@ -21686,7 +20090,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_orderBy" + "value": "Setting_orderBy" } }, "directives": [] @@ -21716,7 +20120,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_filter" + "value": "Setting_filter" } }, "directives": [] @@ -21779,7 +20183,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL" + "value": "Setting" } } } @@ -21791,7 +20195,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "setting" + "value": "relayer" }, "arguments": [ { @@ -21864,7 +20268,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting" + "value": "Relayer" } }, "directives": [] @@ -21873,7 +20277,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "settings" + "value": "relayers" }, "arguments": [ { @@ -21924,7 +20328,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting_orderBy" + "value": "Relayer_orderBy" } }, "directives": [] @@ -21954,7 +20358,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting_filter" + "value": "Relayer_filter" } }, "directives": [] @@ -22017,7 +20421,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting" + "value": "Relayer" } } } @@ -22029,7 +20433,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayer" + "value": "sequencer" }, "arguments": [ { @@ -22102,7 +20506,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer" + "value": "Sequencer" } }, "directives": [] @@ -22111,7 +20515,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayers" + "value": "sequencers" }, "arguments": [ { @@ -22162,7 +20566,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer_orderBy" + "value": "Sequencer_orderBy" } }, "directives": [] @@ -22192,7 +20596,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer_filter" + "value": "Sequencer_filter" } }, "directives": [] @@ -22255,7 +20659,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer" + "value": "Sequencer" } } } @@ -22267,7 +20671,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "sequencer" + "value": "originTransfer" }, "arguments": [ { @@ -22340,7 +20744,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer" + "value": "OriginTransfer" } }, "directives": [] @@ -22349,7 +20753,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "sequencers" + "value": "originTransfers" }, "arguments": [ { @@ -22400,7 +20804,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer_orderBy" + "value": "OriginTransfer_orderBy" } }, "directives": [] @@ -22430,7 +20834,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer_filter" + "value": "OriginTransfer_filter" } }, "directives": [] @@ -22493,7 +20897,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer" + "value": "OriginTransfer" } } } @@ -22505,7 +20909,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFee" + "value": "destinationTransfer" }, "arguments": [ { @@ -22578,7 +20982,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee" + "value": "DestinationTransfer" } }, "directives": [] @@ -22587,7 +20991,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFees" + "value": "destinationTransfers" }, "arguments": [ { @@ -22638,7 +21042,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee_orderBy" + "value": "DestinationTransfer_orderBy" } }, "directives": [] @@ -22668,7 +21072,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee_filter" + "value": "DestinationTransfer_filter" } }, "directives": [] @@ -22731,7 +21135,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee" + "value": "DestinationTransfer" } } } @@ -22743,7 +21147,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originTransfer" + "value": "originMessage" }, "arguments": [ { @@ -22816,7 +21220,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer" + "value": "OriginMessage" } }, "directives": [] @@ -22825,7 +21229,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originTransfers" + "value": "originMessages" }, "arguments": [ { @@ -22876,7 +21280,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer_orderBy" + "value": "OriginMessage_orderBy" } }, "directives": [] @@ -22906,7 +21310,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer_filter" + "value": "OriginMessage_filter" } }, "directives": [] @@ -22969,7 +21373,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer" + "value": "OriginMessage" } } } @@ -22981,7 +21385,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "destinationTransfer" + "value": "aggregateRoot" }, "arguments": [ { @@ -23054,7 +21458,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer" + "value": "AggregateRoot" } }, "directives": [] @@ -23063,7 +21467,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "destinationTransfers" + "value": "aggregateRoots" }, "arguments": [ { @@ -23114,7 +21518,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer_orderBy" + "value": "AggregateRoot_orderBy" } }, "directives": [] @@ -23144,7 +21548,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer_filter" + "value": "AggregateRoot_filter" } }, "directives": [] @@ -23207,7 +21611,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer" + "value": "AggregateRoot" } } } @@ -23219,7 +21623,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originMessage" + "value": "connectorMeta" }, "arguments": [ { @@ -23292,7 +21696,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage" + "value": "ConnectorMeta" } }, "directives": [] @@ -23301,7 +21705,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originMessages" + "value": "connectorMetas" }, "arguments": [ { @@ -23352,7 +21756,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage_orderBy" + "value": "ConnectorMeta_orderBy" } }, "directives": [] @@ -23382,7 +21786,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage_filter" + "value": "ConnectorMeta_filter" } }, "directives": [] @@ -23445,7 +21849,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage" + "value": "ConnectorMeta" } } } @@ -23457,7 +21861,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "rootCount" }, "arguments": [ { @@ -23530,7 +21934,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot" + "value": "RootCount" } }, "directives": [] @@ -23539,7 +21943,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoots" + "value": "rootCounts" }, "arguments": [ { @@ -23590,7 +21994,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot_orderBy" + "value": "RootCount_orderBy" } }, "directives": [] @@ -23620,7 +22024,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot_filter" + "value": "RootCount_filter" } }, "directives": [] @@ -23683,7 +22087,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot" + "value": "RootCount" } } } @@ -23695,7 +22099,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "connectorMeta" + "value": "rootMessageSent" }, "arguments": [ { @@ -23768,7 +22172,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ConnectorMeta" + "value": "RootMessageSent" } }, "directives": [] @@ -23777,483 +22181,7 @@ const schemaAST = { "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" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rootCounts" - }, - "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": "RootCount_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": "RootCount_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": "RootCount" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "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" + "value": "rootMessageSents" }, "arguments": [ { @@ -24991,7 +22919,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "RelayerFee" + "value": "RelayerFeesIncrease" }, "fields": [ { @@ -25036,7 +22964,23 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "fee" + "value": "increase" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" }, "arguments": [], "type": { @@ -25045,7 +22989,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } }, @@ -25055,7 +22999,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "transactionHash" }, "arguments": [], "type": { @@ -25069,20 +23013,96 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RelayerFee_filter" - }, - "fields": [ + }, { - "kind": "InputValueDefinition", + "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": "gasPrice" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", "value": "id" @@ -25544,7 +23564,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee" + "value": "increase" }, "type": { "kind": "NamedType", @@ -25559,7 +23579,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_not" + "value": "increase_not" }, "type": { "kind": "NamedType", @@ -25574,7 +23594,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_gt" + "value": "increase_gt" }, "type": { "kind": "NamedType", @@ -25589,7 +23609,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_lt" + "value": "increase_lt" }, "type": { "kind": "NamedType", @@ -25604,7 +23624,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_gte" + "value": "increase_gte" }, "type": { "kind": "NamedType", @@ -25619,7 +23639,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_lte" + "value": "increase_lte" }, "type": { "kind": "NamedType", @@ -25634,7 +23654,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_in" + "value": "increase_in" }, "type": { "kind": "ListType", @@ -25655,7 +23675,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "fee_not_in" + "value": "increase_not_in" }, "type": { "kind": "ListType", @@ -25676,7 +23696,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "caller" }, "type": { "kind": "NamedType", @@ -25691,7 +23711,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not" + "value": "caller_not" }, "type": { "kind": "NamedType", @@ -25706,7 +23726,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gt" + "value": "caller_gt" }, "type": { "kind": "NamedType", @@ -25721,7 +23741,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lt" + "value": "caller_lt" }, "type": { "kind": "NamedType", @@ -25736,7 +23756,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gte" + "value": "caller_gte" }, "type": { "kind": "NamedType", @@ -25751,7 +23771,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lte" + "value": "caller_lte" }, "type": { "kind": "NamedType", @@ -25766,7 +23786,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_in" + "value": "caller_in" }, "type": { "kind": "ListType", @@ -25787,7 +23807,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_in" + "value": "caller_not_in" }, "type": { "kind": "ListType", @@ -25808,7 +23828,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_contains" + "value": "caller_contains" }, "type": { "kind": "NamedType", @@ -25823,7 +23843,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_contains" + "value": "caller_not_contains" }, "type": { "kind": "NamedType", @@ -25836,20 +23856,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "transactionHash" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -25858,16 +23873,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "transactionHash_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RelayerFee_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -25876,3303 +23888,485 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "transactionHash_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RelayerFee_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RelayerFee_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer" + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__id" + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__chainId" + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__transferId" + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__nonce" + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__status" + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__messageHash" + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__originDomain" + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__destinationDomain" + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__canonicalDomain" + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__to" + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__delegate" + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__receiveLocal" + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__callData" + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__slippage" + "value": "gasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__originSender" + "value": "gasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__bridgedAmt" + "value": "gasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__normalizedIn" + "value": "gasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__canonicalId" + "value": "gasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__transactingAsset" + "value": "gasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__bumpRelayerFeeCount" + "value": "gasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__initialRelayerFeeAsset" + "value": "gasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__caller" + "value": "gasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__transactionHash" + "value": "gasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__timestamp" + "value": "gasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__gasPrice" + "value": "gasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__gasLimit" + "value": "gasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transfer__blockNumber" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txOrigin" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "fee" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RelayerFeesIncrease" - }, - "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": "transfer" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OriginTransfer" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "increase" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "asset" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "caller" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "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": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "gasPrice" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "gasLimit" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RelayerFeesIncrease_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": "transfer" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_ends_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_ends_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_not_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transfer_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OriginTransfer_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "increase_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "asset_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "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": "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": "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": "gasPrice" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "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", - "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": "RelayerFeesIncrease_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RelayerFeesIncrease_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RelayerFeesIncrease_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__chainId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__transferId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__nonce" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__status" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__messageHash" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__originDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__destinationDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__canonicalDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__to" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__delegate" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__receiveLocal" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__callData" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__slippage" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__originSender" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__bridgedAmt" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__normalizedIn" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__canonicalId" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__transactingAsset" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__bumpRelayerFeeCount" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__initialRelayerFeeAsset" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__caller" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__transactionHash" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__gasPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__gasLimit" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__blockNumber" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txOrigin" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__txNonce" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "increase" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "caller" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transactionHash" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Relayer_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": "isActive" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "isActive_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "isActive_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "isActive_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "relayer_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "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": "Relayer_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Relayer_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Relayer_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "isActive" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "relayer" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootCount" - }, - "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": "count" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootCount_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": "count" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "count_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": "RootCount_filter" - } - } + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, @@ -29180,226 +24374,50 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "gasLimit_in" }, "type": { "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootCount_filter" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RootCount_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "count" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootMessageSent" - }, - "fields": [ - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "gasLimit_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "root" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "count" - }, - "arguments": [], - "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": "transactionHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "gasPrice" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "gasLimit" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", "value": "blockNumber" }, - "arguments": [], "type": { "kind": "NamedType", "name": { @@ -29408,44 +24426,18 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootMessageSent_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" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -29454,13 +24446,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -29469,13 +24461,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -29484,13 +24476,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -29499,13 +24491,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -29514,7 +24506,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -29524,7 +24516,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -29535,7 +24527,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -29545,7 +24537,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -29554,30 +24546,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true }, - "directives": [] - }, - { - "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "BlockChangedFilter" } }, "directives": [] @@ -29586,13 +24568,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } } }, "directives": [] @@ -29601,622 +24586,339 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "transfer__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "transfer__chainId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__transferId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__nonce" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__status" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__messageHash" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__originDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "transfer__canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "transfer__to" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__delegate" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__receiveLocal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__callData" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__slippage" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__originSender" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__bridgedAmt" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "transfer__normalizedIn" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "transfer__canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__relayerFee" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transfer__bumpRelayerFeeCount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__caller" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__transactionHash" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__timestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__gasPrice" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__gasLimit" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transfer__blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "transfer__txOrigin" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "count_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "increase" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", "value": "caller" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "transactionHash" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "timestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "gasPrice" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "gasLimit" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "blockNumber" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "caller_in" + "value": "id" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -30225,19 +24927,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "caller_not_in" + "value": "id_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -30246,13 +24942,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "caller_contains" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -30261,13 +24957,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "caller_not_contains" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -30276,13 +24972,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -30291,13 +24987,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_not" + "value": "id_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -30306,13 +25002,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_gt" + "value": "id_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } } }, "directives": [] @@ -30321,13 +25023,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_lt" + "value": "id_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } } }, "directives": [] @@ -30336,13 +25044,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_gte" + "value": "isActive" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] @@ -30351,13 +25059,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_lte" + "value": "isActive_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] @@ -30366,7 +25074,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_in" + "value": "isActive_in" }, "type": { "kind": "ListType", @@ -30376,7 +25084,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } } } @@ -30387,7 +25095,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_not_in" + "value": "isActive_not_in" }, "type": { "kind": "ListType", @@ -30397,7 +25105,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } } } @@ -30408,7 +25116,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_contains" + "value": "relayer" }, "type": { "kind": "NamedType", @@ -30423,7 +25131,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "transactionHash_not_contains" + "value": "relayer_not" }, "type": { "kind": "NamedType", @@ -30438,43 +25146,13 @@ const schemaAST = { "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" + "value": "relayer_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -30483,13 +25161,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "relayer_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -30498,13 +25176,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "relayer_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -30513,13 +25191,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "relayer_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -30528,7 +25206,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "relayer_in" }, "type": { "kind": "ListType", @@ -30538,7 +25216,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -30549,7 +25227,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "relayer_not_in" }, "type": { "kind": "ListType", @@ -30559,7 +25237,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -30570,13 +25248,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasPrice" + "value": "relayer_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -30585,28 +25263,33 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasPrice_not" + "value": "relayer_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "gasPrice_gt" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "BlockChangedFilter" } }, "directives": [] @@ -30615,13 +25298,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasPrice_lt" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } } }, "directives": [] @@ -30630,85 +25316,121 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasPrice_gte" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } } }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "gasPrice_lte" + "value": "id" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootCount" + }, + "fields": [ + { + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasPrice_in" + "value": "id" }, + "arguments": [], "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasPrice_not_in" + "value": "count" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootCount_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30717,13 +25439,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_not" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30732,13 +25454,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_gt" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30747,13 +25469,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_lt" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30762,13 +25484,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_gte" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30777,13 +25499,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_lte" + "value": "id_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] @@ -30792,7 +25514,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_in" + "value": "id_in" }, "type": { "kind": "ListType", @@ -30802,7 +25524,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -30813,7 +25535,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gasLimit_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -30823,7 +25545,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } } } @@ -30834,7 +25556,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "count" }, "type": { "kind": "NamedType", @@ -30849,7 +25571,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not" + "value": "count_not" }, "type": { "kind": "NamedType", @@ -30864,7 +25586,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gt" + "value": "count_gt" }, "type": { "kind": "NamedType", @@ -30879,7 +25601,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lt" + "value": "count_lt" }, "type": { "kind": "NamedType", @@ -30894,7 +25616,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gte" + "value": "count_gte" }, "type": { "kind": "NamedType", @@ -30909,7 +25631,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lte" + "value": "count_lte" }, "type": { "kind": "NamedType", @@ -30924,7 +25646,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_in" + "value": "count_in" }, "type": { "kind": "ListType", @@ -30945,7 +25667,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not_in" + "value": "count_not_in" }, "type": { "kind": "ListType", @@ -30994,7 +25716,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent_filter" + "value": "RootCount_filter" } } }, @@ -31012,7 +25734,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent_filter" + "value": "RootCount_filter" } } }, @@ -31025,7 +25747,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "RootMessageSent_orderBy" + "value": "RootCount_orderBy" }, "values": [ { @@ -31038,433 +25760,487 @@ const schemaAST = { }, { "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent" + }, + "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": "spokeDomain" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "hubDomain" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "root" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "count" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "caller" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "transactionHash" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "timestamp" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "gasPrice" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "gasLimit" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", "value": "blockNumber" }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, "directives": [] } ], + "interfaces": [], "directives": [] }, { - "kind": "ObjectTypeDefinition", + "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "Router" + "value": "RootMessageSent_filter" }, "fields": [ { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", "value": "id" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "isActive" + "value": "id_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "owner" + "value": "id_gt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "recipient" + "value": "id_lt" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "proposedOwner" + "value": "id_gte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "proposedTimestamp" + "value": "id_lte" }, - "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "assetBalances" + "value": "id_in" }, - "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": "AssetBalance_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OrderDirection" + "value": "ID" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AssetBalance_filter" + "value": "ID" } - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AssetBalance" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RouterDailyTVL" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "spokeDomain_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router" + "value": "spokeDomain_gt" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Router" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "spokeDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_lte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Asset" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "spokeDomain_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance" + "value": "spokeDomain_not_in" }, - "arguments": [], "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } } } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RouterDailyTVL_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "hubDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31473,13 +26249,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "hubDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31488,13 +26264,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "hubDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31503,13 +26279,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "hubDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31518,13 +26294,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "hubDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31533,13 +26309,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "hubDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -31548,7 +26324,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "hubDomain_in" }, "type": { "kind": "ListType", @@ -31558,7 +26334,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -31569,7 +26345,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "hubDomain_not_in" }, "type": { "kind": "ListType", @@ -31579,7 +26355,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -31590,13 +26366,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router" + "value": "root" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31605,13 +26381,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not" + "value": "root_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31620,13 +26396,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_gt" + "value": "root_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31635,13 +26411,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_lt" + "value": "root_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31650,13 +26426,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_gte" + "value": "root_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31665,13 +26441,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_lte" + "value": "root_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31680,7 +26456,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_in" + "value": "root_in" }, "type": { "kind": "ListType", @@ -31690,7 +26466,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -31701,7 +26477,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_in" + "value": "root_not_in" }, "type": { "kind": "ListType", @@ -31711,7 +26487,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -31722,13 +26498,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_contains" + "value": "root_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31737,13 +26513,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_contains_nocase" + "value": "root_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31752,13 +26528,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_contains" + "value": "count" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31767,13 +26543,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_contains_nocase" + "value": "count_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31782,13 +26558,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_starts_with" + "value": "count_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31797,13 +26573,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_starts_with_nocase" + "value": "count_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31812,13 +26588,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_starts_with" + "value": "count_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31827,13 +26603,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_starts_with_nocase" + "value": "count_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -31842,13 +26618,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_ends_with" + "value": "count_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_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": "String" + "value": "Bytes" } }, "directives": [] @@ -31857,13 +26675,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_ends_with_nocase" + "value": "caller_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31872,13 +26690,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_ends_with" + "value": "caller_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31887,13 +26705,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_not_ends_with_nocase" + "value": "caller_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31902,13 +26720,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "router_" + "value": "caller_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Router_filter" + "value": "Bytes" } }, "directives": [] @@ -31917,13 +26735,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "caller_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31932,13 +26750,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not" + "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": "String" + "value": "Bytes" } }, "directives": [] @@ -31947,13 +26807,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gt" + "value": "caller_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31962,13 +26822,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lt" + "value": "transactionHash" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31977,13 +26837,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_gte" + "value": "transactionHash_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -31992,13 +26852,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_lte" + "value": "transactionHash_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -32007,7 +26867,52 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_in" + "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", @@ -32017,7 +26922,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -32028,7 +26933,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_in" + "value": "transactionHash_not_in" }, "type": { "kind": "ListType", @@ -32038,7 +26943,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -32049,13 +26954,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_contains" + "value": "transactionHash_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -32064,13 +26969,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_contains_nocase" + "value": "transactionHash_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -32079,13 +26984,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_contains" + "value": "timestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32094,13 +26999,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_contains_nocase" + "value": "timestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32109,13 +27014,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_starts_with" + "value": "timestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32124,13 +27029,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_starts_with_nocase" + "value": "timestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32139,13 +27044,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_starts_with" + "value": "timestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32154,13 +27059,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_starts_with_nocase" + "value": "timestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32169,13 +27074,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_ends_with" + "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": "gasPrice" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32184,13 +27131,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_ends_with_nocase" + "value": "gasPrice_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32199,13 +27146,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_ends_with" + "value": "gasPrice_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32214,13 +27161,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_not_ends_with_nocase" + "value": "gasPrice_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -32229,13 +27176,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "asset_" + "value": "gasPrice_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Asset_filter" + "value": "BigInt" } }, "directives": [] @@ -32244,7 +27191,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "gasPrice_lte" }, "type": { "kind": "NamedType", @@ -32259,7 +27206,49 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "gasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit" }, "type": { "kind": "NamedType", @@ -32274,7 +27263,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "gasLimit_not" }, "type": { "kind": "NamedType", @@ -32289,7 +27278,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "gasLimit_gt" }, "type": { "kind": "NamedType", @@ -32304,7 +27293,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "gasLimit_lt" }, "type": { "kind": "NamedType", @@ -32319,7 +27308,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "gasLimit_gte" }, "type": { "kind": "NamedType", @@ -32334,7 +27323,22 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "gasLimit_in" }, "type": { "kind": "ListType", @@ -32355,7 +27359,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "gasLimit_not_in" }, "type": { "kind": "ListType", @@ -32376,7 +27380,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance" + "value": "blockNumber" }, "type": { "kind": "NamedType", @@ -32391,7 +27395,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", @@ -32406,7 +27410,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", @@ -32421,7 +27425,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", @@ -32436,7 +27440,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", @@ -32451,7 +27455,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", @@ -32466,7 +27470,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -32487,7 +27491,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "balance_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -32536,7 +27540,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_filter" + "value": "RootMessageSent_filter" } } }, @@ -32554,7 +27558,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_filter" + "value": "RootMessageSent_filter" } } }, @@ -32567,7 +27571,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "RouterDailyTVL_orderBy" + "value": "RootMessageSent_orderBy" }, "values": [ { @@ -32582,7 +27586,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router" + "value": "spokeDomain" }, "directives": [] }, @@ -32590,7 +27594,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__id" + "value": "hubDomain" }, "directives": [] }, @@ -32598,7 +27602,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__isActive" + "value": "root" }, "directives": [] }, @@ -32606,7 +27610,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__owner" + "value": "count" }, "directives": [] }, @@ -32614,7 +27618,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__recipient" + "value": "caller" }, "directives": [] }, @@ -32622,7 +27626,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__proposedOwner" + "value": "transactionHash" }, "directives": [] }, @@ -32630,7 +27634,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "router__proposedTimestamp" + "value": "timestamp" }, "directives": [] }, @@ -32638,7 +27642,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "asset" + "value": "gasPrice" }, "directives": [] }, @@ -32646,7 +27650,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "asset__id" + "value": "gasLimit" }, "directives": [] }, @@ -32654,75 +27658,233 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "asset__key" + "value": "blockNumber" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "fields": [ { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset__decimal" + "value": "id" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asset__canonicalId" + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset__canonicalDomain" + "value": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset__adoptedAsset" + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset__localAsset" + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "asset__blockNumber" + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "balance" + "value": "assetBalances" + }, + "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": "AssetBalance_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": "AssetBalance_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance" + } + } + } + } }, "directives": [] } ], + "interfaces": [], "directives": [] }, { @@ -36749,14 +31911,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__executedTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -36813,14 +31967,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transfer__reconciledTxNonce" - }, - "directives": [] - }, { "kind": "EnumValueDefinition", "name": { @@ -37262,245 +32408,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AssetStatus_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": "AssetStatus_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": "AssetStatus" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "assetBalance" - }, - "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": "AssetBalance" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "assetBalances" - }, - "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": "AssetBalance_orderBy" + "value": "AssetStatus_orderBy" } }, "directives": [] @@ -37530,7 +32438,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AssetBalance_filter" + "value": "AssetStatus_filter" } }, "directives": [] @@ -37593,7 +32501,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AssetBalance" + "value": "AssetStatus" } } } @@ -37605,7 +32513,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "router" + "value": "assetBalance" }, "arguments": [ { @@ -37678,7 +32586,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Router" + "value": "AssetBalance" } }, "directives": [] @@ -37687,7 +32595,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "routers" + "value": "assetBalances" }, "arguments": [ { @@ -37738,7 +32646,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Router_orderBy" + "value": "AssetBalance_orderBy" } }, "directives": [] @@ -37768,7 +32676,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Router_filter" + "value": "AssetBalance_filter" } }, "directives": [] @@ -37831,7 +32739,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Router" + "value": "AssetBalance" } } } @@ -37843,7 +32751,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "routerDailyTVL" + "value": "router" }, "arguments": [ { @@ -37916,7 +32824,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL" + "value": "Router" } }, "directives": [] @@ -37925,7 +32833,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "routerDailyTVLs" + "value": "routers" }, "arguments": [ { @@ -37976,7 +32884,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_orderBy" + "value": "Router_orderBy" } }, "directives": [] @@ -38006,7 +32914,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL_filter" + "value": "Router_filter" } }, "directives": [] @@ -38069,7 +32977,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RouterDailyTVL" + "value": "Router" } } } @@ -38791,244 +33699,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "relayerFee" - }, - "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": "RelayerFee" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "relayerFees" - }, - "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": "RelayerFee_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": "RelayerFee_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": "RelayerFee" - } - } - } - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/schema.graphql index b0d4c764fe..888a66b187 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/schema.graphql @@ -60,7 +60,6 @@ enum xdai_AggregateRoot_orderBy { type xdai_Asset { id: ID! key: xdai_Bytes - decimal: BigInt canonicalId: xdai_Bytes canonicalDomain: BigInt adoptedAsset: xdai_Bytes @@ -72,9 +71,6 @@ type xdai_Asset { type xdai_AssetBalance { id: ID! amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! router: xdai_Router! asset: xdai_Asset! feesEarned: BigInt! @@ -97,30 +93,6 @@ input xdai_AssetBalance_filter { 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 @@ -180,9 +152,6 @@ input xdai_AssetBalance_filter { enum xdai_AssetBalance_orderBy { id amount - locked - supplied - removed router router__id router__isActive @@ -193,7 +162,6 @@ enum xdai_AssetBalance_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -250,14 +218,6 @@ input xdai_Asset_filter { key_not_in: [xdai_Bytes!] key_contains: xdai_Bytes key_not_contains: xdai_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: xdai_Bytes canonicalId_not: xdai_Bytes canonicalId_gt: xdai_Bytes @@ -334,7 +294,6 @@ input xdai_Asset_filter { enum xdai_Asset_orderBy { id key - decimal canonicalId canonicalDomain adoptedAsset @@ -470,7 +429,6 @@ type xdai_DestinationTransfer { executedGasLimit: BigInt executedBlockNumber: BigInt executedTxOrigin: xdai_Bytes - executedTxNonce: BigInt reconciledCaller: xdai_Bytes reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt @@ -478,7 +436,6 @@ type xdai_DestinationTransfer { reconciledGasLimit: BigInt reconciledBlockNumber: BigInt reconciledTxOrigin: xdai_Bytes - reconciledTxNonce: BigInt } input xdai_DestinationTransfer_filter { @@ -736,14 +693,6 @@ input xdai_DestinationTransfer_filter { executedTxOrigin_not_in: [xdai_Bytes!] executedTxOrigin_contains: xdai_Bytes executedTxOrigin_not_contains: xdai_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: xdai_Bytes reconciledCaller_not: xdai_Bytes reconciledCaller_gt: xdai_Bytes @@ -806,14 +755,6 @@ input xdai_DestinationTransfer_filter { reconciledTxOrigin_not_in: [xdai_Bytes!] reconciledTxOrigin_contains: xdai_Bytes reconciledTxOrigin_not_contains: xdai_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: xdai_BlockChangedFilter and: [xdai_DestinationTransfer_filter] @@ -843,7 +784,6 @@ enum xdai_DestinationTransfer_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -858,7 +798,6 @@ enum xdai_DestinationTransfer_orderBy { executedGasLimit executedBlockNumber executedTxOrigin - executedTxNonce reconciledCaller reconciledTransactionHash reconciledTimestamp @@ -866,7 +805,6 @@ enum xdai_DestinationTransfer_orderBy { reconciledGasLimit reconciledBlockNumber reconciledTxOrigin - reconciledTxNonce } """ @@ -1039,11 +977,9 @@ type xdai_OriginTransfer { normalizedIn: BigInt canonicalId: xdai_Bytes asset: xdai_Asset - transactingAsset: xdai_Bytes message: xdai_OriginMessage + relayerFee: BigInt 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 timestamp: BigInt @@ -1051,7 +987,6 @@ type xdai_OriginTransfer { gasLimit: BigInt blockNumber: BigInt txOrigin: xdai_Bytes - txNonce: BigInt } input xdai_OriginTransfer_filter { @@ -1226,16 +1161,6 @@ input xdai_OriginTransfer_filter { 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 message: String message_not: String message_gt: String @@ -1257,6 +1182,14 @@ input xdai_OriginTransfer_filter { message_not_ends_with: String message_not_ends_with_nocase: String message_: xdai_OriginMessage_filter + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -1265,23 +1198,6 @@ input xdai_OriginTransfer_filter { 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_: 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 @@ -1344,14 +1260,6 @@ input xdai_OriginTransfer_filter { txOrigin_not_in: [xdai_Bytes!] txOrigin_contains: xdai_Bytes txOrigin_not_contains: xdai_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: xdai_BlockChangedFilter and: [xdai_OriginTransfer_filter] @@ -1380,13 +1288,11 @@ enum xdai_OriginTransfer_orderBy { asset asset__id asset__key - asset__decimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - transactingAsset message message__id message__transferId @@ -1397,9 +1303,8 @@ enum xdai_OriginTransfer_orderBy { message__root message__transactionHash message__blockNumber + relayerFee bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp @@ -1407,7 +1312,6 @@ enum xdai_OriginTransfer_orderBy { gasLimit blockNumber txOrigin - txNonce } type Query { @@ -1515,32 +1419,6 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: xdai_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( - skip: Int = 0 - first: Int = 100 - 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: xdai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! xdai_setting( id: ID! """ @@ -1619,32 +1497,6 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: xdai_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( - skip: Int = 0 - first: Int = 100 - 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: xdai_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( id: ID! """ @@ -1889,108 +1741,10 @@ type xdai_Relayer { relayer: xdai_Bytes } -type xdai_RelayerFee { - id: ID! - transfer: xdai_OriginTransfer! - fee: BigInt! - asset: xdai_Bytes! -} - -input xdai_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_: xdai_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: 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: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] -} - -enum xdai_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 xdai_RelayerFeesIncrease { id: ID! transfer: xdai_OriginTransfer! increase: BigInt - asset: xdai_Bytes caller: xdai_Bytes! transactionHash: xdai_Bytes! timestamp: BigInt! @@ -2037,16 +1791,6 @@ 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 @@ -2126,9 +1870,8 @@ enum xdai_RelayerFeesIncrease_orderBy { transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__transactingAsset + transfer__relayerFee transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset transfer__caller transfer__transactionHash transfer__timestamp @@ -2136,9 +1879,7 @@ enum xdai_RelayerFeesIncrease_orderBy { transfer__gasLimit transfer__blockNumber transfer__txOrigin - transfer__txNonce increase - asset caller transactionHash timestamp @@ -2354,109 +2095,6 @@ type xdai_Router { 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__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - input xdai_Router_filter { id: ID id_not: ID @@ -2749,7 +2387,6 @@ enum xdai_SlippageUpdate_orderBy { transfer__executedGasLimit transfer__executedBlockNumber transfer__executedTxOrigin - transfer__executedTxNonce transfer__reconciledCaller transfer__reconciledTransactionHash transfer__reconciledTimestamp @@ -2757,7 +2394,6 @@ enum xdai_SlippageUpdate_orderBy { transfer__reconciledGasLimit transfer__reconciledBlockNumber transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -2872,32 +2508,6 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: xdai_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( - skip: Int = 0 - first: Int = 100 - 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: xdai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! xdai_setting( id: ID! """ @@ -2976,32 +2586,6 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [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: xdai_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( - skip: Int = 0 - first: Int = 100 - 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: xdai_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( id: ID! """ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/types.ts index f391354ffa..bcac43ff35 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Xdai/types.ts @@ -69,7 +69,6 @@ export type xdai_AggregateRoot_orderBy = export type xdai_Asset = { id: Scalars['ID']; key?: Maybe; - decimal?: Maybe; canonicalId?: Maybe; canonicalDomain?: Maybe; adoptedAsset?: Maybe; @@ -81,9 +80,6 @@ export type xdai_Asset = { 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']; @@ -106,30 +102,6 @@ export type xdai_AssetBalance_filter = { 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; @@ -189,9 +161,6 @@ export type xdai_AssetBalance_filter = { export type xdai_AssetBalance_orderBy = | 'id' | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -202,7 +171,6 @@ export type xdai_AssetBalance_orderBy = | 'asset' | 'asset__id' | 'asset__key' - | 'asset__decimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -257,14 +225,6 @@ export type xdai_Asset_filter = { 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; @@ -341,7 +301,6 @@ export type xdai_Asset_filter = { export type xdai_Asset_orderBy = | 'id' | 'key' - | 'decimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -469,7 +428,6 @@ export type xdai_DestinationTransfer = { executedGasLimit?: Maybe; executedBlockNumber?: Maybe; executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; reconciledCaller?: Maybe; reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; @@ -477,7 +435,6 @@ export type xdai_DestinationTransfer = { reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; }; @@ -744,14 +701,6 @@ export type xdai_DestinationTransfer_filter = { 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; @@ -814,14 +763,6 @@ export type xdai_DestinationTransfer_filter = { 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>>; @@ -851,7 +792,6 @@ export type xdai_DestinationTransfer_orderBy = | 'asset' | 'asset__id' | 'asset__key' - | 'asset__decimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -866,15 +806,13 @@ export type xdai_DestinationTransfer_orderBy = | 'executedGasLimit' | 'executedBlockNumber' | 'executedTxOrigin' - | 'executedTxNonce' | 'reconciledCaller' | 'reconciledTransactionHash' | 'reconciledTimestamp' | 'reconciledGasPrice' | 'reconciledGasLimit' | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'reconciledTxOrigin'; /** Defines the order direction, either ascending or descending */ export type xdai_OrderDirection = @@ -1038,11 +976,9 @@ export type xdai_OriginTransfer = { normalizedIn?: Maybe; canonicalId?: Maybe; asset?: Maybe; - transactingAsset?: Maybe; message?: Maybe; + relayerFee?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; caller?: Maybe; transactionHash?: Maybe; timestamp?: Maybe; @@ -1050,16 +986,6 @@ export type xdai_OriginTransfer = { gasLimit?: Maybe; blockNumber?: Maybe; txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type xdai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; }; export type xdai_OriginTransfer_filter = { @@ -1234,16 +1160,6 @@ export type xdai_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; @@ -1265,6 +1181,14 @@ export type xdai_OriginTransfer_filter = { message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; message_?: 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>; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -1273,23 +1197,6 @@ export type xdai_OriginTransfer_filter = { 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; @@ -1352,14 +1259,6 @@ export type xdai_OriginTransfer_filter = { 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>>; @@ -1388,13 +1287,11 @@ export type xdai_OriginTransfer_orderBy = | 'asset' | 'asset__id' | 'asset__key' - | 'asset__decimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' | 'message' | 'message__id' | 'message__transferId' @@ -1405,17 +1302,15 @@ export type xdai_OriginTransfer_orderBy = | 'message__root' | 'message__transactionHash' | 'message__blockNumber' + | 'relayerFee' | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' | 'caller' | 'transactionHash' | 'timestamp' | 'gasPrice' | 'gasLimit' | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'txOrigin'; export type Query = { xdai_asset?: Maybe; @@ -1426,16 +1321,12 @@ export type Query = { xdai_assetBalances: Array; xdai_router?: Maybe; xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: 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; @@ -1531,24 +1422,6 @@ export type Queryxdai_routersArgs = { }; -export type Queryxdai_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryxdai_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - export type Queryxdai_settingArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -1603,24 +1476,6 @@ export type Queryxdai_sequencersArgs = { }; -export type Queryxdai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryxdai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - export type Queryxdai_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -1793,107 +1648,10 @@ export type xdai_Relayer = { relayer?: Maybe; }; -export type xdai_RelayerFee = { - id: Scalars['ID']; - transfer: xdai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; -}; - -export type xdai_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 xdai_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 xdai_RelayerFeesIncrease = { id: Scalars['ID']; transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; caller: Scalars['xdai_Bytes']; transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; @@ -1940,16 +1698,6 @@ 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; @@ -2029,9 +1777,8 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__transactingAsset' + | 'transfer__relayerFee' | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' | 'transfer__caller' | 'transfer__transactionHash' | 'transfer__timestamp' @@ -2039,9 +1786,7 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'transfer__gasLimit' | 'transfer__blockNumber' | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' - | 'asset' | 'caller' | 'transactionHash' | 'timestamp' @@ -2262,108 +2007,6 @@ export type xdai_RouterassetBalancesArgs = { where?: InputMaybe; }; -export type xdai_RouterDailyTVL = { - id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type xdai_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 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__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - export type xdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; @@ -2653,7 +2296,6 @@ export type xdai_SlippageUpdate_orderBy = | 'transfer__executedGasLimit' | 'transfer__executedBlockNumber' | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' | 'transfer__reconciledCaller' | 'transfer__reconciledTransactionHash' | 'transfer__reconciledTimestamp' @@ -2661,7 +2303,6 @@ export type xdai_SlippageUpdate_orderBy = | 'transfer__reconciledGasLimit' | 'transfer__reconciledBlockNumber' | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -2679,16 +2320,12 @@ export type Subscription = { xdai_assetBalances: Array; xdai_router?: Maybe; xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: 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; @@ -2784,24 +2421,6 @@ export type Subscriptionxdai_routersArgs = { }; -export type Subscriptionxdai_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - export type Subscriptionxdai_settingArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -2856,24 +2475,6 @@ export type Subscriptionxdai_sequencersArgs = { }; -export type Subscriptionxdai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - export type Subscriptionxdai_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -3096,10 +2697,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ xdai_routers: InContextSdkMethod, /** null **/ - xdai_routerDailyTVL: InContextSdkMethod, - /** null **/ - xdai_routerDailyTVLs: InContextSdkMethod, - /** null **/ xdai_setting: InContextSdkMethod, /** null **/ xdai_settings: InContextSdkMethod, @@ -3112,10 +2709,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ xdai_sequencers: InContextSdkMethod, /** null **/ - xdai_relayerFee: InContextSdkMethod, - /** null **/ - xdai_relayerFees: InContextSdkMethod, - /** null **/ xdai_originTransfer: InContextSdkMethod, /** null **/ xdai_originTransfers: InContextSdkMethod, @@ -3177,10 +2770,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ xdai_routers: InContextSdkMethod, /** null **/ - xdai_routerDailyTVL: InContextSdkMethod, - /** null **/ - xdai_routerDailyTVLs: InContextSdkMethod, - /** null **/ xdai_setting: InContextSdkMethod, /** null **/ xdai_settings: InContextSdkMethod, @@ -3193,10 +2782,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ xdai_sequencers: InContextSdkMethod, /** null **/ - xdai_relayerFee: InContextSdkMethod, - /** null **/ - xdai_relayerFees: InContextSdkMethod, - /** null **/ xdai_originTransfer: InContextSdkMethod, /** null **/ xdai_originTransfers: InContextSdkMethod,